Skip to content

Commit 79ebaf9

Browse files
committed
1.0.4 fr this time
1 parent 986557c commit 79ebaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ android {
4747
"RELEASE_TYPE",
4848
"\"$releaseType\""
4949
)
50-
setProperty("archivesBaseName", "Gramophone-$versionName$versionNameSuffix")
50+
setProperty("archivesBaseName", "Gramophone-$versionName${versionNameSuffix ?: ""}")
5151
}
5252

5353
signingConfigs {

0 commit comments

Comments
 (0)