1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-11-01 05:43:11 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Precompile ndk files.

This commit is contained in:
tdzl2003
2018-07-09 20:40:48 +08:00
parent e483947884
commit d4ff139a3b
17 changed files with 6 additions and 7 deletions

View File

@@ -9,13 +9,12 @@ android {
targetSdkVersion 23
versionCode 1
versionName "1.0"
ndk {
moduleName "rnupdate"
ldLibs "log"
abiFilters "armeabi-v7a", "x86"
}
sourceSets {
main {
// let gradle pack the shared library into apk
jniLibs.srcDirs = ['./lib']
}
}
}