Updated Android API to version 27

This commit is contained in:
Juan Miguel Boyero Corral 2017-10-26 18:52:28 +02:00
parent 845a43ffcb
commit beb77e1b5b
2 changed files with 7 additions and 7 deletions

View File

@ -6,8 +6,8 @@ android:
- tools
- tools
- platform-tools
- build-tools-26.0.2
- android-26
- build-tools-27.0.0
- android-27
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository

View File

@ -9,8 +9,8 @@ ext {
}
android {
compileSdkVersion 26
buildToolsVersion "26.0.2"
compileSdkVersion 27
buildToolsVersion "27.0.0"
dexOptions {
maxProcessCount=2
@ -27,7 +27,7 @@ android {
versionName gitVersionName
minSdkVersion 14
targetSdkVersion 26
targetSdkVersion 27
android.applicationVariants.all { variant ->
def appName
@ -75,8 +75,8 @@ def getBuildConfigField(String property){
}
dependencies {
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:support-v4:27.0.0'
compile 'com.android.support:appcompat-v7:27.0.0'
compile 'com.google.android.gms:play-services-analytics:11.4.2'
compile 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'
compile 'commons-io:commons-io:2.5'