We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c68e2b commit 64fd983Copy full SHA for 64fd983
app/build.gradle.kts
@@ -25,7 +25,7 @@ android {
25
versionName = "3.2.17"
26
27
multiDexEnabled = true
28
- setProperty("archivesBaseName", "trime-$versionName")
+ setProperty("archivesBaseName", "$applicationId-$buildVersionName")
29
buildConfigField("String", "BUILDER", "\"${project.builder}\"")
30
buildConfigField("long", "BUILD_TIMESTAMP", project.buildTimestamp)
31
buildConfigField("String", "BUILD_COMMIT_HASH", "\"${project.buildCommitHash}\"")
0 commit comments