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

Add x86 abi to example

This commit is contained in:
sunnylqm
2021-05-18 12:23:50 +08:00
parent 61077bbc38
commit 30425db7b2

View File

@@ -141,7 +141,7 @@ android {
reset()
enable true
universalApk false // If true, also generate a universal APK
include "arm64-v8a"
include "x86", "arm64-v8a"
}
}
signingConfigs {