Skip to content

Commit edc232f

Browse files
committed
build.gradle.kts: Bump versionCode to 21 and versionName to 2.3.5
1 parent 411308b commit edc232f

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
@@ -12,8 +12,8 @@ android {
1212
minSdk = 29
1313
//noinspection OldTargetApi
1414
targetSdk = 34
15-
versionCode = 20
16-
versionName = "2.3.4"
15+
versionCode = 21
16+
versionName = "2.3.5"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}

0 commit comments

Comments
 (0)