Skip to content

Commit c0863f3

Browse files
committed
Disable adding dependencies info to artifacts
1 parent ee7f4ae commit c0863f3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ android {
118118
buildConfig true
119119
}
120120

121+
// F-Droid policy: https://gitlab.com/fdroid/admin/-/issues/367
122+
dependenciesInfo {
123+
includeInApk false
124+
includeInBundle false
125+
}
126+
121127
packagingOptions {
122128
doNotStrip '**/*.so'
123129
}

0 commit comments

Comments
 (0)