Skip to content

Commit 7e44e6a

Browse files
feat: Update version code to 22 and version name to 1.6.0
1 parent 26ec0d7 commit 7e44e6a

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 = 21
60-
versionName = "1.5.1"
59+
versionCode = 22
60+
versionName = "1.6.0"
6161
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6262
}
6363

0 commit comments

Comments
 (0)