Skip to content

Commit

Permalink
generate versioned name for apk
Browse files Browse the repository at this point in the history
  • Loading branch information
yamin8000 committed Dec 26, 2023
1 parent 5f67931 commit 1036f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ android {
ksp {
arg("room.schemaLocation", "$projectDir/schemas".toString())
}
archivesBaseName = "$applicationId-v$versionCode($versionName)"
}

buildTypes {
Expand Down

0 comments on commit 1036f48

Please sign in to comment.