Reenable 32-bit builds

This commit is contained in:
The Judge 2022-10-28 08:11:21 -07:00 committed by GitHub
parent e76809a49f
commit eaa01aabe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,9 +68,6 @@ android {
versionCode getDateSeconds() versionCode getDateSeconds()
versionName getVersionName() versionName getVersionName()
multiDexEnabled true //important multiDexEnabled true //important
ndk {
abiFilters 'arm64-v8a', 'x86_64'
}
} }
buildTypes { buildTypes {