refactor(amend build.gradle, versioning)

Co-authored-by: Lee Sheppard<coolusername244@users.noreply.github.com>
This commit is contained in:
Palmn72 2023-10-26 17:53:07 +02:00
parent 1598e45ca2
commit 242ff06ab2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.0.1"
versionName "1.0"
}
signingConfigs {
debug {