Update build tools
This commit is contained in:
parent
7880e8396e
commit
b785105b6c
3 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ buildscript {
|
|||
}
|
||||
|
||||
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
|
||||
androidBuildToolsVersion=24.0.3
|
||||
androidSupportLibraryVersion=23.1.1
|
||||
androidCompileSdkVersion=25
|
||||
androidBuildToolsVersion=25.0.2
|
||||
androidSupportLibraryVersion=25.2.0
|
||||
|
||||
robolectricVersion=3.2.2
|
||||
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
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
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