mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Update Gradle build tools
This commit is contained in:
parent
1cb900d497
commit
c0a643cda3
@ -5,7 +5,7 @@ buildscript {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
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/'
|
into 'lib/'
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(Compile) {
|
tasks.withType(JavaCompile) {
|
||||||
compileTask -> compileTask.dependsOn(nativeLibsToJar)
|
compileTask -> compileTask.dependsOn(nativeLibsToJar)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user