Skip to content

Commit

Permalink
Release: v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Jun 20, 2023
1 parent a431850 commit e0b84df
Show file tree
Hide file tree
Showing 2 changed files with 16 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 5222
versionName "v4.4.0"
versionCode 5262
versionName "v4.5.0"

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

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

Changes:
- Material3
- App shortcut for aggregated statistics
- New Unit: miles with meters

Bugfix:
- GPS disabled warnings shown repeatedly (#1429)

Developer:
- Use Java Records
- Target API34
- Refactor sensor handling

0 comments on commit e0b84df

Please sign in to comment.