1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 08:22:56 +00:00

- changed the buildVersions and target SDK to 24.

This commit is contained in:
Gurpreet
2016-07-21 15:08:52 +05:30
committed by David A. Velasco
parent bd33e65090
commit 9fa3c5bb4f
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="23" />
android:targetSdkVersion="24" />
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
<activity android:name="MainActivity"
android:label="@string/app_name"
+2 -2
View File
@@ -9,8 +9,8 @@ dependencies {
}
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
compileSdkVersion 24
buildToolsVersion "24.0.0"
sourceSets {
main {