Update dependencies

This commit is contained in:
Dominik Schürmann
2015-08-10 15:01:27 +02:00
parent bc18054dc7
commit 0314d36979
3 changed files with 26 additions and 27 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.android.tools.build:gradle:1.3.0'
classpath files('gradle-witness.jar')
// bintray dependency to satisfy dependency of openpgp-api lib
classpath 'com.novoda:bintray-release:0.2.7'
@@ -22,7 +22,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '2.4'
gradleVersion = '2.5'
}
subprojects {