Skip to content

Commit 0f51e1f

Browse files
committed
Setup dependenciesInfo in gradle
1 parent 91cd4a6 commit 0f51e1f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

app/build.gradle.kts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ android {
5050
composeOptions {
5151
kotlinCompilerExtensionVersion = "1.5.14"
5252
}
53+
54+
dependenciesInfo {
55+
// Disables dependency metadata when building APKs (for IzzyOnDroid/F-Droid)
56+
includeInApk = false
57+
// Disables dependency metadata when building Android App Bundles (for Google Play)
58+
includeInBundle = false
59+
}
5360
}
5461

5562
dependencies {

0 commit comments

Comments
 (0)