6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit f1ae6e5c
Changed files
comwell_key_app/android/app/build.gradle | 2 ++ 1 file changed, 2 insertions(+)
Diff
diff --git a/comwell_key_app/android/app/build.gradle b/comwell_key_app/android/app/build.gradle
index 54b93f50..40b74a10 100644
--- a/comwell_key_app/android/app/build.gradle
+++ b/comwell_key_app/android/app/build.gradle
@@ -78,6 +78,8 @@ android {
// Signing with the debug keys for now, so `flutter run --release` works.
signingConfig signingConfigs.debug
signingConfig signingConfigs.release
+ minifyEnabled false
+ shrinkResources false
}
debug {
minifyEnabled true