We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d2d21 commit 2fc279fCopy full SHA for 2fc279f
app/build.gradle.kts
@@ -60,8 +60,8 @@ android {
60
minSdk = 21
61
targetSdk = 33 /* Android 14 is Fu*ked
62
^ https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading*/
63
- versionCode = 63
64
- versionName = "4.3.2"
+ versionCode = 64
+ versionName = "4.4.0"
65
66
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
67
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")
0 commit comments