Android API 27
This commit is contained in:
parent
c8abe84a82
commit
8a5530bf33
|
@ -40,12 +40,12 @@ ext {
|
|||
}*/
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
compileSdkVersion 27
|
||||
buildToolsVersion '26.0.2'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 18
|
||||
targetSdkVersion 26
|
||||
targetSdkVersion 27
|
||||
versionCode 17
|
||||
versionName "1.5.2"
|
||||
}
|
||||
|
@ -59,7 +59,7 @@ android {
|
|||
|
||||
dependencies {
|
||||
compile fileTree(dir: 'libs', include: ['*.jar'])
|
||||
compile 'com.android.support:support-core-utils:26.1.0'
|
||||
compile 'com.android.support:support-core-utils:27.0.0'
|
||||
compile 'com.google.code.gson:gson:2.8.0'
|
||||
}
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue