We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff9727 commit 0d2a19bCopy full SHA for 0d2a19b
app/build.gradle.kts
@@ -58,8 +58,8 @@ android {
58
minSdk = 21
59
targetSdk = 33
60
61
- versionCode = 60
62
- versionName = "4.1.9"
+ versionCode = 61
+ versionName = "4.1.10"
63
64
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
65
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")
0 commit comments