We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48fc22e commit 5b61997Copy full SHA for 5b61997
buildSrc/src/main/kotlin/AppConfigs.kt
@@ -2,6 +2,6 @@ object AppConfigs {
2
const val COMPILE_SDK_VERSION = 31
3
const val MIN_SDK_VERSION = 21
4
const val TARGET_SDK_VERSION = 31
5
- const val VERSION_CODE = 19
6
- const val VERSION_NAME = "2.8"
+ const val VERSION_CODE = 20
+ const val VERSION_NAME = "2.9"
7
}
fastlane/metadata/android/en-US/changelogs/20.txt
@@ -0,0 +1,4 @@
1
+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 commit comments