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 +}