MM-15427 Google Play 64-bit requirement compliance (#2792)

This commit is contained in:
Elias Nahum 2019-05-16 19:15:08 -04:00 committed by Miguel Alatzar
parent 76191be193
commit 57a117add0

View file

@ -126,7 +126,7 @@ android {
versionName "1.19.0"
multiDexEnabled = true
ndk {
abiFilters "armeabi-v7a", "x86"
abiFilters 'armeabi-v7a','arm64-v8a','x86','x86_64'
}
}