MM-15427 Google Play 64-bit requirement compliance (#2792)
This commit is contained in:
parent
76191be193
commit
57a117add0
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ android {
|
|||
versionName "1.19.0"
|
||||
multiDexEnabled = true
|
||||
ndk {
|
||||
abiFilters "armeabi-v7a", "x86"
|
||||
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue