gradle: cleanups

This commit is contained in:
Hannes Janetzek
2014-02-08 21:22:07 +01:00
parent f49c9e2b3a
commit fccf3212e6
2 changed files with 27 additions and 33 deletions

View File

@@ -2,11 +2,6 @@
apply plugin: 'android-library'
apply plugin: 'android-maven'
repositories {
mavenCentral()
mavenLocal()
}
//http://stackoverflow.com/questions/20674650/how-to-configure-ndk-with-android-gradle-plugin-0-7
task nativeLibsToJar(type: Zip, description: 'create a jar with native libs') {
destinationDir file("$buildDir/native-libs")