Skip to content

Commit d99843e

Browse files
committed
Update version to 2.1.0
1 parent f207868 commit d99843e

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
@@ -36,8 +36,8 @@ android {
3636
applicationId = Configs.PACKAGE_NAME
3737
minSdk = Configs.MIN_SDK_VERSION
3838
targetSdk = Configs.TARGET_SDK_VERSION
39-
versionCode = 4
40-
versionName = "2.0.0"
39+
versionCode = 5
40+
versionName = "2.1.0"
4141

4242
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4343
vectorDrawables {

0 commit comments

Comments
 (0)