Skip to content

Commit

Permalink
Bump version to 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Sep 6, 2021
1 parent cff9f72 commit 3fce552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AppConfigs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ object AppConfigs {
const val COMPILE_SDK_VERSION = 30
const val MIN_SDK_VERSION = 21
const val TARGET_SDK_VERSION = 30
const val VERSION_CODE = 14
const val VERSION_NAME = "2.3"
const val VERSION_CODE = 15
const val VERSION_NAME = "2.4"
}

0 comments on commit 3fce552

Please sign in to comment.