Update gradle

This commit is contained in:
Skylot
2013-05-25 20:11:10 +04:00
parent 81ee9e6b7d
commit 8eae42364f
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ dependencies {
compile 'com.google.android.tools:dx:1.7'
compile 'com.beust:jcommander:1.30'
compile 'org.slf4j:slf4j-api:1.7.5'
compile 'ch.qos.logback:logback-classic:1.0.11'
compile 'ch.qos.logback:logback-classic:1.0.13'
testCompile 'junit:junit:4.11'
}
@@ -89,6 +89,6 @@ applicationDistribution.with {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.5'
gradleVersion = '1.6'
}
Binary file not shown.
+1 -1
View File
@@ -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.5-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.6-bin.zip