Skip to content

Commit

Permalink
(General) Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Jun 8, 2023
1 parent 9d8547d commit dbb0bfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ object App {
const val MIN_SDK = 21
const val TARGET_SDK = 33

const val VERSION_CODE = 11
const val VERSION_NAME = "1.1.1"
const val VERSION_CODE = 12
const val VERSION_NAME = "1.2.0"

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

Expand Down

0 comments on commit dbb0bfe

Please sign in to comment.