Skip to content

Commit

Permalink
Release v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Apr 13, 2020
1 parent 35dec16 commit b09eeae
Show file tree
Hide file tree
Showing 2 changed files with 6 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 3333
versionCode 3335
//versionCode getVersionCode() //Useful for debugging.
versionName "v3.6.1"
versionName "v3.6.2"

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

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

Bugfix:
- Charts were not shown correctly (introduced in v3.6.0)

0 comments on commit b09eeae

Please sign in to comment.