From 0ff3b10bf3f40f08cffdf8963e40fb679c41299d Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Sun, 29 Jun 2025 11:04:54 +0200 Subject: [PATCH] use release signing --- app/android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 4fc41d99..65fdef4a 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -68,7 +68,7 @@ android { release { // TODO: Add your own signing config for the release build. // Signing with the debug keys for now, so `flutter run --release` works. - signingConfig = signingConfigs.debug + signingConfig = signingConfigs.release minifyEnabled false shrinkResources false