Skip to content

Commit

Permalink
Build process: Adjust final APK naming scheme to be more F-Droid frie…
Browse files Browse the repository at this point in the history
…ndly

See #1043
  • Loading branch information
d4rken committed May 27, 2024
1 parent 06f1ded commit 82d9edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ android {
if (listOf("release", "beta").any { variantName.lowercase().contains(it) }) {
val outputFileName = ProjectConfig.packageName +
"-v${defaultConfig.versionName}-${defaultConfig.versionCode}" +
"-${variantName.uppercase()}-${commitHashProvider.get()}.apk"
"-${variantName.uppercase()}.apk"

variantOutputImpl.outputFileName = outputFileName
}
Expand Down

0 comments on commit 82d9edf

Please sign in to comment.