We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1dc74 commit b4c23b6Copy full SHA for b4c23b6
app/build.gradle.kts
@@ -65,6 +65,15 @@ android {
65
exclude(group = "org.jetbrains", module = "annotations")
66
}
67
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
+ }
77
78
79
ksp {
0 commit comments