Modify version codes

This commit is contained in:
Gergely Hegedus 2023-09-25 17:02:44 +03:00
parent 1807809c37
commit 29d421e4c6
2 changed files with 3 additions and 3 deletions

View file

@ -86,7 +86,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode applicationVersionCodeArgument ?: 1
versionName "1.0"
versionName "1.0.0"
}
signingConfigs {
debug {