Commit 2e40ca17 authored by Skylot's avatar Skylot

Update gradle and dependencies versions

parent 0e04dc72
...@@ -20,9 +20,9 @@ project.ext { ...@@ -20,9 +20,9 @@ project.ext {
dependencies { dependencies {
compile 'com.google.android.tools:dx:1.7' compile 'com.google.android.tools:dx:1.7'
compile 'com.beust:jcommander:1.30' compile 'com.beust:jcommander:1.30'
compile 'org.slf4j:slf4j-api:1.6.6' compile 'org.slf4j:slf4j-api:1.7.5'
compile 'ch.qos.logback:logback-classic:1.0.9' compile 'ch.qos.logback:logback-classic:1.0.11'
testCompile 'junit:junit:4.8.2' testCompile 'junit:junit:4.11'
} }
repositories { repositories {
...@@ -89,6 +89,6 @@ applicationDistribution.with { ...@@ -89,6 +89,6 @@ applicationDistribution.with {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.4' gradleVersion = '1.5'
} }
...@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME ...@@ -2,4 +2,4 @@ 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=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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment