Skip to content

Commit 68eb43b

Browse files
chore: update version code to 21 and version name to 1.5.1 (#158)
1 parent 566ae75 commit 68eb43b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ android {
5656
libs.versions.targetSdk
5757
.get()
5858
.toInt()
59-
versionCode = 20
60-
versionName = "1.5.0"
59+
versionCode = 21
60+
versionName = "1.5.1"
6161
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6262
}
6363

0 commit comments

Comments
 (0)