Updated dependencies and gradle wrapper.

This commit is contained in:
Felix Ableitner 2014-12-07 11:58:54 +02:00
parent bb28972f00
commit e5209066ee
2 changed files with 6 additions and 7 deletions

View File

@ -6,9 +6,8 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.14.1'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.5'
classpath 'org.codehaus.groovy:groovy-backports-compat23:2.3.5'
classpath 'com.android.tools.build:gradle:1.0.0-rc4'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.6'
}
}
@ -27,9 +26,9 @@ repositories {
}
dependencies {
compile 'com.android.support:appcompat-v7:21.0.0'
compile 'com.android.support:appcompat-v7:21.0.2'
compile 'com.android.support:support-v4-preferencefragment:1.0.0@aar'
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.0.0'
androidTestCompile 'com.squareup.okhttp:mockwebserver:2.1.0'
}
preBuild {

View File

@ -1,6 +1,6 @@
#Sat Oct 18 14:28:12 EEST 2014
#Sun Dec 07 11:37:19 EET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-all.zip