update proguard

This commit is contained in:
Fabian Freund
2025-07-17 09:52:28 +02:00
parent 029cc858c2
commit 42ebf93983
+2 -5
View File
@@ -70,11 +70,8 @@ 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'
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
matchingFallbacks = ['release'] // Use on the "release" build type in dependencies (AARs)
}
}