mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -04:00
Update Gradle build tools
This commit is contained in:
parent
1cb900d497
commit
c0a643cda3
@ -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)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user