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

Update example setting

This commit is contained in:
sunnylqm
2021-05-04 20:56:12 +08:00
parent f82be5a68c
commit cb736d7ec5
2 changed files with 5 additions and 2 deletions

View File

@@ -57,3 +57,6 @@ buck-out/
# CocoaPods
/ios/Pods/
.pushy

View File

@@ -139,9 +139,9 @@ android {
splits {
abi {
reset()
enable enableSeparateBuildPerCPUArchitecture
enable true
universalApk false // If true, also generate a universal APK
include "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
include "arm64-v8a"
}
}
signingConfigs {