Skip to content

Commit 01d66e4

Browse files
committed
build.gradle.kts: bump versionCode to 24 and versionName to 2.5.1
1 parent 8e597a5 commit 01d66e4

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 = 23
16-
versionName = "2.5.0"
15+
versionCode = 24
16+
versionName = "2.5.1"
1717

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

0 commit comments

Comments
 (0)