Skip to content

Commit

Permalink
build: change to archiveBaseName
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiredPlanck committed Jan 12, 2024
1 parent 8483e11 commit 814d38e
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 @@ -24,7 +24,7 @@ android {
versionName = "3.2.17"

multiDexEnabled = true
setProperty("archivesBaseName", "trime-$versionName")
setProperty("archivesBaseName", "$applicationId-$buildVersionName")
buildConfigField("String", "BUILDER", "\"${project.builder}\"")
buildConfigField("long", "BUILD_TIMESTAMP", project.buildTimestamp)
buildConfigField("String", "BUILD_COMMIT_HASH", "\"${project.buildCommitHash}\"")
Expand Down

0 comments on commit 814d38e

Please sign in to comment.