We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f207868 commit d99843eCopy full SHA for d99843e
app/build.gradle.kts
@@ -36,8 +36,8 @@ android {
36
applicationId = Configs.PACKAGE_NAME
37
minSdk = Configs.MIN_SDK_VERSION
38
targetSdk = Configs.TARGET_SDK_VERSION
39
- versionCode = 4
40
- versionName = "2.0.0"
+ versionCode = 5
+ versionName = "2.1.0"
41
42
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
43
vectorDrawables {
0 commit comments