Skip to content

Commit

Permalink
Release: v4.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisguse committed Dec 27, 2024
1 parent c05cbc2 commit df0d3ce
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
12 changes: 10 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 5983
versionName "v4.17.3"
versionCode 5985
versionName "v4.17.4"

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

Expand Down Expand Up @@ -138,6 +138,14 @@ android {
}
}
}

dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

}

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


Changes:
- Reproducible build: let's see if it works.

Developer:
- Removing DependencyInfo.

0 comments on commit df0d3ce

Please sign in to comment.