There was an error while loading. Please reload this page.
1 parent e7b24c8 commit 75ebae0Copy full SHA for 75ebae0
buildSrc/src/main/kotlin/AndroidConfig.kt
@@ -3,6 +3,6 @@ object AndroidConfig {
3
const val COMPILE_SDK = 33
4
const val MIN_SDK = 26
5
const val TARGET_SDK = 33
6
- const val VERSION_CODE = 24
7
- const val VERSION_NAME = "2.1.2"
+ const val VERSION_CODE = 25
+ const val VERSION_NAME = "2.2.0"
8
}
0 commit comments