Skip to content

Commit 6d5b803

Browse files
committed
Prepare Release 1.0.1
1 parent e80edd3 commit 6d5b803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/AndroidConfig.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ object AndroidConfig {
33
const val COMPILE_SDK = 30
44
const val MIN_SDK = 21
55
const val TARGET_SDK = 30
6-
const val VERSION_CODE = 10
7-
const val VERSION_NAME = "1.0.0"
6+
const val VERSION_CODE = 11
7+
const val VERSION_NAME = "1.0.1"
88
}

0 commit comments

Comments
 (0)