Skip to content

Commit

Permalink
fix generated APK filename
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Oct 10, 2024
1 parent 26afe4f commit 1852172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
versionCode 209
versionName '5.6.0'
vectorDrawables.useSupportLibrary = true
setProperty("archivesBaseName", "DSub $versionName")
setProperty("archivesBaseName", "DSub2000_$versionName")
resConfigs 'de', 'es', 'fr', 'hu', 'nl', 'pt-rPT', 'ru', 'sv', 'zh'
vectorDrawables.useSupportLibrary = true
resValue 'string', 'account_type.subsonic', applicationId + ".subsonic"
Expand Down

0 comments on commit 1852172

Please sign in to comment.