From c708b563f16a7cf4171e31f38c6fcf1c751ed06a Mon Sep 17 00:00:00 2001 From: stonega Date: Sun, 31 Jan 2021 13:01:22 +0800 Subject: [PATCH] Minor change. --- android/app/build.gradle | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 27e4418..b81e582 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -85,13 +85,13 @@ android { } } - android.applicationVariants.all { variant -> - if (variant.flavorName == "play") { - variant.outputs.all { output -> - output.outputFileName = "app-release.apk" - } - } - } +// android.applicationVariants.all { variant -> +// if (variant.flavorName == "play") { +// variant.outputs.all { output -> +// output.outputFileName = "app-release.apk" +// } +// } +// } } flutter {