Skip to content

Commit f375dfd

Browse files
committed
Bump version to 2.6
1 parent 7b982f9 commit f375dfd

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 = 30
33
const val MIN_SDK_VERSION = 21
44
const val TARGET_SDK_VERSION = 30
5-
const val VERSION_CODE = 16
6-
const val VERSION_NAME = "2.5"
5+
const val VERSION_CODE = 17
6+
const val VERSION_NAME = "2.6"
77
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
RELEASE-2.6
2+
* Use better algorithm detection tablet vs phone mode
3+
* Fix HOTP not refreshing after after reveraling
4+
* Update translations

0 commit comments

Comments
 (0)