fix: exclude x86 aapt2 binary from release builds (#1126)

This commit is contained in:
kitadai31 2023-08-12 01:19:33 +09:00 committed by GitHub
parent 94acebbebd
commit 381daff980
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,9 @@ android {
shrinkResources false
minifyEnabled false
signingConfig signingConfigs.debug
ndk {
abiFilters 'arm64-v8a', 'armeabi-v7a', 'x86_64'
}
}
}