Skip to content

Commit 5b61997

Browse files
committed
Bump version to 2.9
1 parent 48fc22e commit 5b61997

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

buildSrc/src/main/kotlin/AppConfigs.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ object AppConfigs {
22
const val COMPILE_SDK_VERSION = 31
33
const val MIN_SDK_VERSION = 21
44
const val TARGET_SDK_VERSION = 31
5-
const val VERSION_CODE = 19
6-
const val VERSION_NAME = "2.8"
5+
const val VERSION_CODE = 20
6+
const val VERSION_NAME = "2.9"
77
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RELEASE-2.9
2+
* Smooth token re-arrangement by long pressing token and move. (Thanks to PhilKes' contribution)
3+
* Default export token file name now contains date (Thanks to PhilKes' contribution)
4+
* Upgrade Camera dependencies

0 commit comments

Comments
 (0)