From 7ce7a9205de9d9fe98e53221b3a9c76caab5c960 Mon Sep 17 00:00:00 2001 From: Jonasz Bigda Date: Fri, 11 Dec 2020 17:40:43 +0100 Subject: [PATCH] build settings --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 41afecb..1dcd5ef 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -64,7 +64,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 } } }