Skip to content

Commit 64fd983

Browse files
committed
build: change to archiveBaseName
1 parent 3c68e2b commit 64fd983

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
@@ -25,7 +25,7 @@ android {
2525
versionName = "3.2.17"
2626

2727
multiDexEnabled = true
28-
setProperty("archivesBaseName", "trime-$versionName")
28+
setProperty("archivesBaseName", "$applicationId-$buildVersionName")
2929
buildConfigField("String", "BUILDER", "\"${project.builder}\"")
3030
buildConfigField("long", "BUILD_TIMESTAMP", project.buildTimestamp)
3131
buildConfigField("String", "BUILD_COMMIT_HASH", "\"${project.buildCommitHash}\"")

0 commit comments

Comments
 (0)