mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 05:57:26 +00:00
Remove armeabi.
This commit is contained in:

committed by
Greyson Parrelli

parent
6df5457305
commit
6e5658431b
@@ -321,7 +321,7 @@ android {
|
||||
buildConfigField "String[]", "LANGUAGES", "new String[]{\"" + autoResConfig().collect { s -> s.replace('-r', '_') }.join('", "') + '"}'
|
||||
|
||||
ndk {
|
||||
abiFilters "armeabi", "armeabi-v7a", "x86"
|
||||
abiFilters 'armeabi-v7a', 'x86'
|
||||
}
|
||||
|
||||
resConfigs autoResConfig()
|
||||
|
Reference in New Issue
Block a user