Skip to content

Commit dbb0bfe

Browse files
committed
(General) Bump version to 1.2.0
1 parent 9d8547d commit dbb0bfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/App.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ object App {
66
const val MIN_SDK = 21
77
const val TARGET_SDK = 33
88

9-
const val VERSION_CODE = 11
10-
const val VERSION_NAME = "1.1.1"
9+
const val VERSION_CODE = 12
10+
const val VERSION_NAME = "1.2.0"
1111

1212
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner"
1313

0 commit comments

Comments
 (0)