Skip to content

Commit

Permalink
Release v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Aug 3, 2020
1 parent 1d2fde6 commit 1feb5cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ android {
applicationName: "@string/app_name"
]

versionCode 3466
versionName "v3.8.0"
versionCode 3474
versionName "v3.8.1"

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

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

Changes:
- While recording: add option for fullscreen
- Dashboard is started on the same task

Bugfixes:
- Intent filters for importing files were far too optimistic

0 comments on commit 1feb5cb

Please sign in to comment.