提交 2e40ca17 编写于 作者: S Skylot

Update gradle and dependencies versions

上级 0e04dc72
......@@ -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'
}
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册