Skip to content

Commit

Permalink
Release: v4.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jul 26, 2023
1 parent 49260a0 commit 3f891f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 5289
versionName "v4.6.1"
versionCode 5305
versionName "v4.6.2"

buildConfigField "String", "VERSION_NAME_FULL", "\"${getVersionName()}\""

Expand Down
8 changes: 8 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5305.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
v4.6.2: OpenTracks

Bugfix:
- Crash on voice annoucement for imperial+meter
- Crash on settings for imperial+meter
- Fixed clipping of charts (Material3 upgrade)
- Bluetooth settings handle missing permission
- Aggregated stats didn't show imperial units for avg speed

0 comments on commit 3f891f7

Please sign in to comment.