Skip to content

Commit

Permalink
Changed build naming
Browse files Browse the repository at this point in the history
  • Loading branch information
BobbyESP committed Dec 2, 2022
1 parent dccf766 commit ac559f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,17 @@ android {
kotlinCompilerExtensionVersion = compose_compiler_version
}

applicationVariants.all {
outputs.all {
(this as com.android.build.gradle.internal.api.BaseVariantOutputImpl).outputFileName =
"Spowlo-${defaultConfig.versionName}-${name}.apk"
}
}

lint {
disable.addAll(listOf("MissingTranslation", "ExtraTranslation"))
}

packagingOptions {
resources {
excludes += "/META-INF/*.kotlin_module"
Expand Down

0 comments on commit ac559f9

Please sign in to comment.