Skip to content

Commit

Permalink
Bump version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
helloworld1 committed Dec 4, 2021
1 parent 074f55a commit 4ee8870
Show file tree
Hide file tree
Showing 2 changed files with 7 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 = 17
const val VERSION_NAME = "2.6"
const val VERSION_CODE = 18
const val VERSION_NAME = "2.7"
}
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/18.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
RELEASE-2.7
* Fix crash when using search function
* Added Polish translations. Thanks @mrzeznik for the contribution
* Update translations

0 comments on commit 4ee8870

Please sign in to comment.