Skip to content

Commit

Permalink
Release: v3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Nov 21, 2020
1 parent 0f72695 commit e996ad0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 3732
versionName "v3.13.0"
versionCode 3737
versionName "v3.13.1"

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

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

Bugfix:
- Crash on record start: minify/shrink removed a drawable
- Automatic export failed silently (mainly remote destinations)

0 comments on commit e996ad0

Please sign in to comment.