Skip to content

Commit

Permalink
Update version for hotfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Sep 22, 2023
1 parent d29fce3 commit 4badce0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {
minSdk = 23
targetSdk = 34
versionCode = 105
versionName = "5.4.0"
versionName = "5.3.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
signingConfigs {
Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/105.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Paths
- Import/export path groups
- Improve hike difficulty metric to account for steep sections

Misc
- Add full backup / restore to settings (settings and data)
- Added experimental setting to use zero shutter lag mode for taking photos
- Bug fixes

0 comments on commit 4badce0

Please sign in to comment.