This commit is contained in:
LagradOst 2023-09-17 20:38:59 +02:00
parent bff9727f96
commit 0d2a19b350
1 changed files with 2 additions and 2 deletions

View File

@ -58,8 +58,8 @@ android {
minSdk = 21
targetSdk = 33
versionCode = 60
versionName = "4.1.9"
versionCode = 61
versionName = "4.1.10"
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")