Update Gradle build tools

This commit is contained in:
Rashiq 2015-04-29 14:49:21 +02:00
parent 1cb900d497
commit c0a643cda3

View File

@ -5,7 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:0.7+'
classpath 'com.android.tools.build:gradle:1.2+'
}
}
@ -60,6 +60,6 @@ task nativeLibsToJar(type: Zip) {
into 'lib/'
}
tasks.withType(Compile) {
tasks.withType(JavaCompile) {
compileTask -> compileTask.dependsOn(nativeLibsToJar)
}