Update gradle and dependencies versions
This commit is contained in:
+4
-4
@@ -20,9 +20,9 @@ project.ext {
|
||||
dependencies {
|
||||
compile 'com.google.android.tools:dx:1.7'
|
||||
compile 'com.beust:jcommander:1.30'
|
||||
compile 'org.slf4j:slf4j-api:1.6.6'
|
||||
compile 'ch.qos.logback:logback-classic:1.0.9'
|
||||
testCompile 'junit:junit:4.8.2'
|
||||
compile 'org.slf4j:slf4j-api:1.7.5'
|
||||
compile 'ch.qos.logback:logback-classic:1.0.11'
|
||||
testCompile 'junit:junit:4.11'
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -89,6 +89,6 @@ applicationDistribution.with {
|
||||
}
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '1.4'
|
||||
gradleVersion = '1.5'
|
||||
}
|
||||
|
||||
|
||||
Vendored
BIN
Binary file not shown.
+1
-1
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.4-bin.zip
|
||||
distributionUrl=http\://services.gradle.org/distributions/gradle-1.5-bin.zip
|
||||
|
||||
Reference in New Issue
Block a user