Skip to content

Commit

Permalink
Disable dependency metadata
Browse files Browse the repository at this point in the history
Required for publishing reproducible builds on F-Droid
  • Loading branch information
t895 committed Dec 12, 2024
1 parent dce0050 commit b9256d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,14 @@ android {
compose = true
buildConfig = true
}

// Required for reproducible builds on F-Droid
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}

kotlin {
Expand Down

0 comments on commit b9256d8

Please sign in to comment.