mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 23:08:07 +01:00
OPS: Unable to create aab (android bundle) #4235
This commit is contained in:
parent
42d92afc9c
commit
db7c63ed11
1 changed files with 3 additions and 0 deletions
|
@ -145,6 +145,9 @@ android {
|
|||
missingDimensionStrategy 'react-native-camera', 'general'
|
||||
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
|
||||
testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
|
||||
ndk {
|
||||
abiFilters 'arm64-v8a', 'x86_64', 'x86', 'armeabi-v7a'
|
||||
}
|
||||
}
|
||||
splits {
|
||||
abi {
|
||||
|
|
Loading…
Add table
Reference in a new issue