Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Sep 18, 2021
1 parent 59c124f commit ec87ddf
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 = 15
const val VERSION_NAME = "2.4"
const val VERSION_CODE = 16
const val VERSION_NAME = "2.5"
}

0 comments on commit ec87ddf

Please sign in to comment.