Specify supported ABIs
This commit is contained in:
parent
f17c144a60
commit
01c3244f75
1 changed files with 4 additions and 0 deletions
|
@ -254,6 +254,10 @@ android {
|
|||
buildConfigField "int", "GIPHY_PROXY_PORT", "80"
|
||||
buildConfigField "String", "USER_AGENT", "\"OWA\""
|
||||
buildConfigField "boolean", "DEV_BUILD", "false"
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi", "armeabi-v7a", "x86"
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
|
|
Loading…
Add table
Reference in a new issue