From bc58bf5c82490d6ee3de0f45e25bbdb1de4f22d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=96=E7=95=8C?= Date: Mon, 15 Dec 2025 15:28:56 +0800 Subject: [PATCH] Make other default flavor --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a8351dc..e209305 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,8 +93,8 @@ android { applicationVariants.configureEach { variant -> variant.outputs.configureEach { outputFileName = (outputFileName as String).replace("-release", "") - outputFileName = (outputFileName as String).replace("-play", "") - outputFileName = (outputFileName as String).replace("-other", "-foss") + outputFileName = (outputFileName as String).replace("-play", "-play") + outputFileName = (outputFileName as String).replace("-other", "") } } } @@ -217,4 +217,4 @@ ktlint { reporter "checkstyle" reporter "html" } -} \ No newline at end of file +}