Update gradle build files to use android plugin 0.8.0, build tools 19.0.1

This commit is contained in:
Dominik Schürmann
2014-01-29 01:49:59 +01:00
parent 312b7fde53
commit ca9696ff34
12 changed files with 20 additions and 31 deletions

View File

@@ -4,7 +4,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7.3'
classpath 'com.android.tools.build:gradle:0.8.0'
}
}
@@ -15,7 +15,7 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.9'
gradleVersion = '1.10'
}
apply from: 'spongycastle.gradle'