Update build.gradle

This commit is contained in:
Ivan K
2022-03-20 13:44:52 +03:00
parent 0c942baf7e
commit eea8cc82e3

View File

@@ -192,7 +192,7 @@ android {
}
afat {
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
sourceSets.release {
manifest.srcFile 'config/release/AndroidManifest.xml'
@@ -203,7 +203,7 @@ android {
}
beta {
ndk {
abiFilters "armeabi-v7a", "arm64-v8a"
abiFilters "armeabi-v7a", "arm64-v8a", "x86", "x86_64"
}
sourceSets.debug {
manifest.srcFile 'config/debug/AndroidManifest.xml'