Skip to content

Commit

Permalink
Set the archive base name
Browse files Browse the repository at this point in the history
Signed-off-by: lucka-me <[email protected]>
  • Loading branch information
lucka-me committed Sep 6, 2022
1 parent 3bcfc9c commit ee3b40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ android {
minSdk 28
targetSdk 33
versionCode 1
versionName "1.0"
versionName "1.0.0"
vectorDrawables {
useSupportLibrary true
}
setProperty("archivesBaseName", "$applicationId-$versionName-$versionCode")
}

buildTypes {
Expand Down

0 comments on commit ee3b40a

Please sign in to comment.