Skip to content

Commit

Permalink
Release: v4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Aug 7, 2022
1 parent cdbddab commit 1ccd2e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 4986
versionName "v4.0.5"
versionCode 4993
versionName "v4.0.6"

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

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

Bugfix:
- EGM2008 offset computed wrong for negative longitudes
- PublicAPI crashed if OpenTracks was in background (API26+)

0 comments on commit 1ccd2e3

Please sign in to comment.