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

Commit 6656c9a

Browse files
committed
Release: v4.19.3
1 parent af6baea commit 6656c9a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

build.gradle

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

4747
defaultConfig {
4848
applicationId 'de.dennisguse.opentracks'
49-
versionCode 6124
50-
versionName "v4.19.2"
49+
versionCode 6130
50+
versionName "v4.19.3"
5151

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
v4.19.3: OpenTracks
2+
3+
Bugfix:
4+
- Fix CSV export for altitude (was cut at 1000m)
5+

0 commit comments

Comments
 (0)