Skip to content

Commit 2fc279f

Browse files
authored
Bump 4.4.0
1 parent 15d2d21 commit 2fc279f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ android {
6060
minSdk = 21
6161
targetSdk = 33 /* Android 14 is Fu*ked
6262
^ https://developer.android.com/about/versions/14/behavior-changes-14#safer-dynamic-code-loading*/
63-
versionCode = 63
64-
versionName = "4.3.2"
63+
versionCode = 64
64+
versionName = "4.4.0"
6565

6666
resValue("string", "app_version", "${defaultConfig.versionName}${versionNameSuffix ?: ""}")
6767
resValue("string", "commit_hash", "git rev-parse --short HEAD".execute() ?: "")

0 commit comments

Comments
 (0)