Skip to content

Commit

Permalink
Prepare 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbwong committed Aug 1, 2023
1 parent e7b24c8 commit 75ebae0
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 = 24
const val VERSION_NAME = "2.1.2"
const val VERSION_CODE = 25
const val VERSION_NAME = "2.2.0"
}

0 comments on commit 75ebae0

Please sign in to comment.