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

Commit 615f243

Browse files
Change output apk name
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent e86c10d commit 615f243

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle

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

3738
splits {

0 commit comments

Comments
 (0)