Bump compile/target sdk versions to 24

This commit is contained in:
Daniel Martí 2016-07-10 01:00:04 +01:00
parent 8d60e70f5d
commit f17482f1eb
4 changed files with 6 additions and 6 deletions

View File

@ -10,12 +10,12 @@ dependencies {
} }
android { android {
compileSdkVersion 23 compileSdkVersion 24
buildToolsVersion '24.0.0' buildToolsVersion '24.0.0'
defaultConfig { defaultConfig {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 23 targetSdkVersion 24
versionCode 1050 versionCode 1050
versionName "0.1" versionName "0.1"
} }

View File

@ -139,7 +139,7 @@ if (!hasProperty('sourceDeps')) {
} }
android { android {
compileSdkVersion 23 compileSdkVersion 24
buildToolsVersion '24.0.0' buildToolsVersion '24.0.0'
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'

View File

@ -5,7 +5,7 @@
<uses-sdk <uses-sdk
android:minSdkVersion="10" android:minSdkVersion="10"
android:targetSdkVersion="23" android:targetSdkVersion="24"
/> />
<supports-screens <supports-screens

View File

@ -1,12 +1,12 @@
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 23 compileSdkVersion 24
buildToolsVersion '24.0.0' buildToolsVersion '24.0.0'
defaultConfig { defaultConfig {
minSdkVersion 8 minSdkVersion 8
targetSdkVersion 23 targetSdkVersion 24
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"
} }