Skip to content

Commit c1d86a7

Browse files
committed
Prepare Release 1.0.3
1 parent 0d138f7 commit c1d86a7

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 = 12
7-
const val VERSION_NAME = "1.0.2"
6+
const val VERSION_CODE = 13
7+
const val VERSION_NAME = "1.0.3"
88
}

0 commit comments

Comments
 (0)