Skip to content

Commit

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

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

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

Bugfix:
- Fixed computation of cadence and speed (via Bluetooth LE sensor)

Developer:
- Removed unused translations

0 comments on commit e8b9c2b

Please sign in to comment.