Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 209f271

Browse files
Pretty output names
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 615f243 commit 209f271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ android {
3232
versionName "1.0.3"
3333
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3434
signingConfig signingConfigs.release
35-
archivesBaseName = "$applicationId-v$versionCode($versionName)"
35+
archivesBaseName = "FoxMMM-v$versionCode-$versionName"
3636
}
3737

3838
splits {

0 commit comments

Comments
 (0)