Skip to content

Commit

Permalink
Release v3.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jun 14, 2020
1 parent 251fa17 commit 23f47f1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ android {
applicationName: "@string/app_name"
]

versionCode 3396
versionCode 3427
//versionCode getVersionCode() //Useful for debugging.
versionName "v3.7.4"
versionName "v3.7.5"

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

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

Changes:
- Added aggregated statistics summary (from main the screen's menu)
- Dashboard API: pass "show on lock screen"- and "keep screen on"-setting
- Updated translations
- Import: be lenient with ISO8601 date format
- Show track on map: file format can be selected and opening dashboard works on Android R (API 30+)

Bugfix:
- App icon now correctly implemented

0 comments on commit 23f47f1

Please sign in to comment.