mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-11-01 05:43:11 +08:00
Add x86 abi to example
This commit is contained in:
@@ -141,7 +141,7 @@ android {
|
|||||||
reset()
|
reset()
|
||||||
enable true
|
enable true
|
||||||
universalApk false // If true, also generate a universal APK
|
universalApk false // If true, also generate a universal APK
|
||||||
include "arm64-v8a"
|
include "x86", "arm64-v8a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
|
|||||||
Reference in New Issue
Block a user