Skip to content

Commit

Permalink
Release: v4.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Oct 10, 2023
1 parent c623475 commit 374656a
Show file tree
Hide file tree
Showing 2 changed files with 11 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 5447
versionName "v4.9.1"
versionCode 5465
versionName "v4.9.2"

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

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

Changes:
- Option to use Android 12's Dynamic Color (Material Design)
- Android 14's Predictive Back for some activities

Bugfix:
- Settings for total distance voice announcement was accidentially removed

0 comments on commit 374656a

Please sign in to comment.