From e33b037e19ecf19109759fa41c73afc55aae49ae Mon Sep 17 00:00:00 2001 From: Beautus Date: Sat, 12 Oct 2019 20:39:23 +0200 Subject: [PATCH] :art: config revert --- 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 7866734..f9d4716 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -65,7 +65,7 @@ android { release { // NOTE: ProGuard is not enabled at the moment // See: https://flutter.dev/docs/deployment/android to enable it - // signingConfig signingConfigs.release + signingConfig signingConfigs.debug } }