Skip to content

Commit

Permalink
Disable dependency metadata in built APKs and Bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
cliambrown committed Aug 13, 2024
1 parent cfad6be commit 87c4f45
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ android {
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

// Required for F-Droid — https://gitlab.com/fdroid/rfp/-/issues/2765#note_2043665365
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}

buildTypes {
release {
minifyEnabled false
Expand Down
Binary file modified app/release/pill_time_v5.0.apk
Binary file not shown.

0 comments on commit 87c4f45

Please sign in to comment.