Skip to content

Commit

Permalink
Prepare 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong committed Feb 22, 2023
1 parent 6783d3a commit c0f2f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ object AndroidConfig {
const val COMPILE_SDK = 33
const val MIN_SDK = 26
const val TARGET_SDK = 33
const val VERSION_CODE = 15
const val VERSION_NAME = "2.0.0"
const val VERSION_CODE = 16
const val VERSION_NAME = "2.0.1"
}

0 comments on commit c0f2f15

Please sign in to comment.