Skip to content

Commit b4c23b6

Browse files
committed
build: disable inclusion of dependencies info block for FDroid
1 parent 3d1dc74 commit b4c23b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,15 @@ android {
6565
exclude(group = "org.jetbrains", module = "annotations")
6666
}
6767
}
68+
69+
// Disable inclusion of dependencies info block for FDroid
70+
// https://gitlab.com/fdroid/fdroiddata/-/merge_requests/21563#note_2665473875
71+
dependenciesInfo {
72+
// Disables dependency metadata when building APKs.
73+
includeInApk = false
74+
// Disables dependency metadata when building Android App Bundles.
75+
includeInBundle = false
76+
}
6877
}
6978

7079
ksp {

0 commit comments

Comments
 (0)