Skip to content

Commit

Permalink
add version name to archive base name
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar committed Sep 17, 2020
1 parent a64655f commit 15f24f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sequencelayout/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
targetSdkVersion(Versions.SDK)
versionCode = 13
versionName = "1.1.1"
setProperty("archivesBaseName", "com.transferwise.sequencelayout")
setProperty("archivesBaseName", "com.transferwise.sequencelayout-${versionName}")
}

buildTypes {
Expand Down

0 comments on commit 15f24f6

Please sign in to comment.