Updated SDK version

This commit is contained in:
Juan Miguel Boyero Corral 2016-12-14 22:38:42 +01:00
parent 86c9558384
commit fe2be20ed9
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ android:
- tools
- tools
- platform-tools
- build-tools-25.0.1
- build-tools-25.0.2
- android-25
- extra-android-m2repository
- extra-android-support

View File

@ -10,7 +10,7 @@ ext {
android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.2"
dexOptions {
maxProcessCount=2
@ -82,8 +82,8 @@ def getBuildConfigField(String property){
}
dependencies {
compile 'com.android.support:support-v4:25.0.1'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:support-v4:25.1.0'
compile 'com.android.support:appcompat-v7:25.1.0'
compile 'com.google.android.gms:play-services-analytics:10.0.1'
compile 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'
compile 'commons-io:commons-io:2.5'