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 17, 2024
1 parent 3c68e2b commit 64fd983
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 @@ -25,7 +25,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 64fd983

Please sign in to comment.