Skip to content

Commit

Permalink
Release: v4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Dec 1, 2024
1 parent c4579eb commit ef73f89
Show file tree
Hide file tree
Showing 2 changed files with 10 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 5917
versionName "v4.14.2"
versionCode 5938
versionName "v4.15.0"

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

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

Changes:
- In-app language selector (Android 14 or later)
- Show-on-map-feature only supports OSM Dashboard (removed KML/KMZ or GPX)

Developer:
- Github actions now uses Ubuntu

0 comments on commit ef73f89

Please sign in to comment.