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 7b982f9 commit f375dfdCopy full SHA for f375dfd
buildSrc/src/main/kotlin/AppConfigs.kt
@@ -2,6 +2,6 @@ object AppConfigs {
2
const val COMPILE_SDK_VERSION = 30
3
const val MIN_SDK_VERSION = 21
4
const val TARGET_SDK_VERSION = 30
5
- const val VERSION_CODE = 16
6
- const val VERSION_NAME = "2.5"
+ const val VERSION_CODE = 17
+ const val VERSION_NAME = "2.6"
7
}
fastlane/metadata/android/en-US/changelogs/17.txt
@@ -0,0 +1,4 @@
1
+RELEASE-2.6
+ * Use better algorithm detection tablet vs phone mode
+ * Fix HOTP not refreshing after after reveraling
+ * Update translations
0 commit comments