mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 20:37:32 +00:00
Specify supported ABIs
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user