We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 530619c commit d0aed5eCopy full SHA for d0aed5e
app/build.gradle.kts
@@ -59,8 +59,8 @@ android {
59
minSdk = 21
60
targetSdk = 33 /* Android 14 is Fu*ked
61
^ https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading*/
62
- versionCode = 62
63
- versionName = "4.2.1"
+ versionCode = 63
+ versionName = "4.3.0"
64
65
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
66
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")
0 commit comments