Skip to content

Commit 60c3194

Browse files
committed
Bump version to 2.35.1
- Promote the v2.35.1 patch work to the release version - Keep versionCode generated from git history for the release build - Validate the release version with compileDebugKotlin 🤖 Auto-generated
1 parent 6f70bd2 commit 60c3194

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.35.0"
23+
versionName = "2.35.1"
2424

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

0 commit comments

Comments
 (0)