Skip to content

Commit 389f5d3

Browse files
committed
Bump version to 2.34.2
- Update app versionName for the v2.34.2 release path - Keep versionCode derived from git history for release builds ?? Auto-generated
1 parent a2b88c9 commit 389f5d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
minSdk = 29
2121
targetSdk = 36
2222
versionCode = gitVersionCode()
23-
versionName = "2.34.1"
23+
versionName = "2.34.2"
2424

2525
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2626
vectorDrawables {

0 commit comments

Comments
 (0)