This commit is contained in:
LagradOst 2023-08-19 01:38:40 +02:00
parent a05616e3e8
commit 35e1b8b4dc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ android {
targetSdk = 33
versionCode = 59
versionName = "4.1.3"
versionName = "4.1.4"
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")