Skip to content

Commit

Permalink
Release: v4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Feb 13, 2024
1 parent bf43cdc commit cb9b947
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 @@ -64,8 +64,8 @@ android {

defaultConfig {
applicationId "de.dennisguse.opentracks"
versionCode 5679
versionName "v4.11.1"
versionCode 5683
versionName "v4.11.2"

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

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

Bugfix:
- Recording stopped when screen turned of (introduced in v4.11.1)
(reverting da3dd29b8e44624a8222caea9067955f252ef5f8)

0 comments on commit cb9b947

Please sign in to comment.