Skip to content

Commit

Permalink
Release: v3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Apr 27, 2021
1 parent bf552a9 commit 1672a5c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 3990
versionName "v3.17.2"
versionCode 4009
versionName "v3.17.3"

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

Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/4009.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v3.17.3: OpenTracks

WARNING: The v3.17.0+ releases contain a memory leak.
This issues is NOT FIXED by this release.
It is recommended to not upgrade if you still use a release before v3.17.0

Bugfix:
- Crash if using pace for voice announcements (introduced in v3.17.0)
- Statistics showed pace initially (introduced in v3.17.0)
- Rare crash when deleting tracks

0 comments on commit 1672a5c

Please sign in to comment.