API 24
This commit is contained in:
parent
806af4d9c4
commit
734ba59a5e
|
@ -40,12 +40,12 @@ ext {
|
|||
}*/
|
||||
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion '23.0.3'
|
||||
compileSdkVersion 24
|
||||
buildToolsVersion '24.0.0'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 23
|
||||
targetSdkVersion 24
|
||||
versionCode 3
|
||||
versionName "0.6.2"
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.android.support:support-v4:23.4.0'
|
||||
compile 'com.android.support:support-v4:24.0.0'
|
||||
compile 'com.google.code.gson:gson:2.5'
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue