Skip to content

Commit

Permalink
Release v3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed May 9, 2020
1 parent 706bd8b commit 2317590
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,9 +59,9 @@ android {
applicationName: "@string/app_name"
]

versionCode 3372
versionCode 3381
//versionCode getVersionCode() //Useful for debugging.
versionName "v3.7.1"
versionName "v3.7.2"

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

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

Bugfix:
- Re-added start GPS button
- Track name is not overwritten at the end of a recording
- Markers: removing a photo also deletes the file

0 comments on commit 2317590

Please sign in to comment.