This commit is contained in:
reduplicated 2023-03-15 22:22:19 +01:00
parent b356ad9e61
commit 4449347593
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@ android {
minSdk = 21
targetSdk = 33
versionCode = 57
versionName = "4.0.0"
versionCode = 59
versionName = "4.0.1"
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")