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

add bsdiff in ndk module.

This commit is contained in:
tdzl2003
2016-03-31 22:54:29 +08:00
parent 00ddfcecb2
commit a3a5a5fc3e
20 changed files with 5784 additions and 45 deletions

View File

@@ -9,6 +9,13 @@ android {
targetSdkVersion 23
versionCode 1
versionName "1.0"
ndk {
moduleName "rnupdate"
ldLibs "log"
abiFilters "armeabi-v7a", "x86"
}
}
}