Skip to content

Commit

Permalink
Bump version to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Oct 15, 2021
1 parent 7b982f9 commit f375dfd
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 = 30
const val MIN_SDK_VERSION = 21
const val TARGET_SDK_VERSION = 30
const val VERSION_CODE = 16
const val VERSION_NAME = "2.5"
const val VERSION_CODE = 17
const val VERSION_NAME = "2.6"
}
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/17.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RELEASE-2.6
* Use better algorithm detection tablet vs phone mode
* Fix HOTP not refreshing after after reveraling
* Update translations

0 comments on commit f375dfd

Please sign in to comment.