Skip to content

Commit

Permalink
Release: v4.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Dec 25, 2024
1 parent c011fd4 commit b43dfd0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 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 5978
versionName "v4.17.1"
versionCode 5980
versionName "v4.17.2"

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

Expand Down Expand Up @@ -113,7 +113,7 @@ android {
applicationId 'de.dennisguse.opentracks'
versionNameSuffix 'irreproducible'
}
reproducible {
reproducible {
// Developer Binaries: https://github.com/OpenTracksApp/OSMDashboard/releases/download/v%v/de.dennisguse.opentracks.playstore_%v.apk
// FDroid: https://f-droid.org/de/packages/de.dennisguse.opentracks.playstore
// PlayStore: https://play.google.com/store/apps/details?id=de.dennisguse.opentracks.playstore
Expand Down
9 changes: 9 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/5980.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v4.17.2: OpenTracks

Changes:
- Reproducible build: let's see if it works.
The PlayStore variant will be submitted to F-Droid, verified and published them.

Developer:
- F-Droid requires to use Product Flavors (instead of Build Types)

0 comments on commit b43dfd0

Please sign in to comment.