android: fix getting stuck in splash screen by disabling shrink

This commit is contained in:
2025-10-14 20:42:16 +02:00
parent af0b6c720d
commit 9878a543e5

View File

@@ -35,6 +35,8 @@ android {
// TODO: Add your own signing config for the release build.
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig = signingConfigs.getByName("debug")
isShrinkResources = false
// isMinifyEnabled = false // avoid app getting stuck in splash screen
}
}
}