Bump compile/target sdk versions to 24
This commit is contained in:
parent
8d60e70f5d
commit
f17482f1eb
@ -10,12 +10,12 @@ dependencies {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '24.0.0'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 24
|
||||
versionCode 1050
|
||||
versionName "0.1"
|
||||
}
|
||||
|
@ -139,7 +139,7 @@ if (!hasProperty('sourceDeps')) {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '24.0.0'
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="10"
|
||||
android:targetSdkVersion="23"
|
||||
android:targetSdkVersion="24"
|
||||
/>
|
||||
|
||||
<supports-screens
|
||||
|
@ -1,12 +1,12 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '24.0.0'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 8
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 24
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user