Updated Android SDK to API 25

This commit is contained in:
Juan Miguel Boyero Corral 2016-10-20 20:11:00 +02:00
parent 272b404ef8
commit 43a792fa6c
3 changed files with 8 additions and 8 deletions

View File

@ -6,8 +6,8 @@ android:
- tools
- tools
- platform-tools
- build-tools-24.0.3
- android-24
- build-tools-25.0.0
- android-25
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository

View File

@ -9,8 +9,8 @@ ext {
}
android {
compileSdkVersion 24
buildToolsVersion "24.0.3"
compileSdkVersion 25
buildToolsVersion "25.0.0"
dexOptions {
maxProcessCount=2
@ -27,7 +27,7 @@ android {
versionName gitVersionName
minSdkVersion 9
targetSdkVersion 24
targetSdkVersion 25
android.applicationVariants.all { variant ->
def appName
@ -82,8 +82,8 @@ def getBuildConfigField(String property){
}
dependencies {
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:support-v4:25.0.0'
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.google.android.gms:play-services-analytics:9.6.1'
compile 'com.google.code.ksoap2-android:ksoap2-android:3.6.2'
compile 'commons-io:commons-io:2.5'

View File

@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.1'
classpath 'com.android.tools.build:gradle:2.2.2'
classpath 'org.ajoberstar:grgit:1.7.0'
}
}