Skip to content

Commit

Permalink
Bump version to 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Aug 21, 2022
1 parent 48fc22e commit 5b61997
Show file tree
Hide file tree
Showing 2 changed files with 6 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 = 31
const val MIN_SDK_VERSION = 21
const val TARGET_SDK_VERSION = 31
const val VERSION_CODE = 19
const val VERSION_NAME = "2.8"
const val VERSION_CODE = 20
const val VERSION_NAME = "2.9"
}
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RELEASE-2.9
* Smooth token re-arrangement by long pressing token and move. (Thanks to PhilKes' contribution)
* Default export token file name now contains date (Thanks to PhilKes' contribution)
* Upgrade Camera dependencies

0 comments on commit 5b61997

Please sign in to comment.