This commit is contained in:
KillerDogeEmpire 2023-04-11 15:14:33 -07:00
parent cc0adf40a5
commit 94cdff3cb6
1 changed files with 2 additions and 2 deletions

View File

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