Skip to content

Commit f6de210

Browse files
committed
Update app version to 1.4.1
This commit increments the application version code to 44 and the version name to "1.4.1".
1 parent fe01ec3 commit f6de210

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
@@ -14,8 +14,8 @@ android {
1414
minSdk = 31
1515
targetSdk = 36
1616

17-
versionCode = 43
18-
versionName = "1.4.0"
17+
versionCode = 44
18+
versionName = "1.4.1"
1919

2020
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2121
}

0 commit comments

Comments
 (0)