Skip to content

Commit

Permalink
Release v3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed May 27, 2020
1 parent 490b95a commit d1f3791
Show file tree
Hide file tree
Showing 2 changed files with 14 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 3386
versionCode 3396
//versionCode getVersionCode() //Useful for debugging.
versionName "v3.7.3"
versionName "v3.7.4"

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

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

Changes:
- Sharing/export format configurable

Bugfix:
- Wheel diameter not stored correctly (for speed sensor)
- Help: links are clickable

Developer:
- Split TrackDetailActivity
- StatsFragement successor uses ConstraintLayout

0 comments on commit d1f3791

Please sign in to comment.