Skip to content

Commit

Permalink
Changed version name to contain . between major, minor and patch numb…
Browse files Browse the repository at this point in the history
…ers.
  • Loading branch information
HeyPouya committed Oct 6, 2024
1 parent f97c86d commit 401ef77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
minSdk = libs.versions.minSdkVersion.get().toInt()
targetSdk = libs.versions.targetSdkVersion.get().toInt()
versionCode = libs.versions.appVersion.get().toInt()
versionName = libs.versions.appVersion.get()
versionName = libs.versions.appVersion.get().toCharArray().joinToString(".")
}
buildTypes {
getByName("release") {
Expand Down

0 comments on commit 401ef77

Please sign in to comment.