Merge pull request #2386 from k9mail/update_build_tools
Update build tools
This commit is contained in:
commit
ea7af81382
4 changed files with 8 additions and 8 deletions
|
@ -2,8 +2,8 @@ language: android
|
||||||
android:
|
android:
|
||||||
components:
|
components:
|
||||||
- tools
|
- tools
|
||||||
- build-tools-24.0.3
|
- build-tools-25.0.2
|
||||||
- android-24
|
- android-25
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
|
||||||
jdk: oraclejdk8
|
jdk: oraclejdk8
|
||||||
|
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:2.2.2'
|
classpath 'com.android.tools.build:gradle:2.3.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
androidCompileSdkVersion=24
|
androidCompileSdkVersion=25
|
||||||
androidBuildToolsVersion=24.0.3
|
androidBuildToolsVersion=25.0.2
|
||||||
androidSupportLibraryVersion=23.1.1
|
androidSupportLibraryVersion=25.2.0
|
||||||
|
|
||||||
robolectricVersion=3.2.2
|
robolectricVersion=3.2.2
|
||||||
junitVersion=4.12
|
junitVersion=4.12
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
#Sun Oct 09 01:26:59 BST 2016
|
#Sat Mar 11 00:40:32 EET 2017
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
|
||||||
|
|
Loading…
Reference in a new issue