feat(android) drop support for x86 architecture

It's only used by really old Chromebooks, and we provide a TWA for those
anyway.
This commit is contained in:
Saúl Ibarra Corretgé
2025-06-17 13:44:16 +02:00
committed by Calinteodor
parent 2aaf0ed543
commit 2763c4fdee

View File

@@ -25,7 +25,7 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
ndk {
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64'
}
}