Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 591597e

Browse files
committed
Release: v3.18.2
1 parent 1d78204 commit 591597e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ android {
5555

5656
defaultConfig {
5757
applicationId "de.dennisguse.opentracks"
58-
versionCode 4092
59-
versionName "v3.18.1"
58+
versionCode 4098
59+
versionName "v3.18.2"
6060

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
v3.18.2: OpenTracks
2+
3+
Bugfix:
4+
- Crash while moving from charts to another activity/app #787
5+
6+
Developer:
7+
- TrackRecordingService pushes data to UI while recording

0 commit comments

Comments
 (0)