Disable minify

This commit is contained in:
2025-09-04 00:30:01 +08:00
parent 8c44f83d6c
commit 50c6bec4cd
2 changed files with 4 additions and 1 deletions

View File

@@ -78,6 +78,9 @@ android {
buildTypes {
release {
// Temporarily solution to fix crash
minifyEnabled false
shrinkResources false
ndk {
abiFilters "armeabi-v7a", "arm64-v8a", "x86_64"
}