mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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:
committed by
Calinteodor
parent
2aaf0ed543
commit
2763c4fdee
@@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user