Skip to content
This repository was archived by the owner on Aug 24, 2025. It is now read-only.

Commit 5857c00

Browse files
committed
Release: v4.17.5
1 parent d086aa3 commit 5857c00

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ android {
6464

6565
defaultConfig {
6666
applicationId 'de.dennisguse.opentracks'
67-
versionCode 5985
68-
versionName "v4.17.4"
67+
versionCode 5989
68+
versionName "v4.17.5"
6969

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v4.17.5: OpenTracks
2+
3+
Changes:
4+
- Reproducible build: let's see if it works.
5+
6+
Bugfix:
7+
- Reproducible build uses PlayStore icon.
8+
9+
Developer:
10+
- Added RELEASE_BUILD.sh

0 commit comments

Comments
 (0)