Skip to content

Commit 1a6fb82

Browse files
committed
Bump version to 2.2.1 and update version code to 221
1 parent 8439295 commit 1a6fb82

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
@@ -17,8 +17,8 @@ android {
1717
minSdk = 26
1818
targetSdk = 36
1919
// targetSdkPreview = "CANARY"
20-
versionCode = 200
21-
versionName = "2.0.0"
20+
versionCode = 221
21+
versionName = "2.2.1"
2222

2323
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2424
}

0 commit comments

Comments
 (0)