Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 7, 2024
2 parents b975b9c + 4a0e368 commit ab1976d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions App_Resources/Android/app.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
defaultConfig {
multiDexEnabled false
minSdkVersion 21
versionCode 266
versionName "2.8.4"
versionCode 267
versionName "2.8.5"

// if (project.hasProperty('resConfigs')) {
// def resConfigs = project.findProperty('resConfigs')
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/267.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Features:
- offline valhalla custom locale support

Bug fixes:
- cancel request on search cancel
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/267.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Features:
- offline valhalla custom locale support

Bug fixes:
- cancel request on search cancel

0 comments on commit ab1976d

Please sign in to comment.