We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d982875 commit 2814d42Copy full SHA for 2814d42
buildSrc/src/main/kotlin/deps.kt
@@ -19,7 +19,7 @@ object appConfig {
19
const val targetSdkVersion = 31
20
21
private const val MAJOR = 2
22
- private const val MINOR = 0
+ private const val MINOR = 1
23
private const val PATCH = 0
24
const val versionCode = MAJOR * 10000 + MINOR * 100 + PATCH
25
const val versionName = "$MAJOR.$MINOR.$PATCH"
0 commit comments