disable minification

This commit is contained in:
Fabian Freund
2025-07-16 20:16:43 +02:00
parent 009015ab85
commit b084964fae
+4
View File
@@ -70,6 +70,10 @@ android {
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.release
// Enabling minify and shrinking will lead to SIGSEGV during start
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}