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 91cd4a6 commit 0f51e1fCopy full SHA for 0f51e1f
1 file changed
app/build.gradle.kts
@@ -50,6 +50,13 @@ android {
50
composeOptions {
51
kotlinCompilerExtensionVersion = "1.5.14"
52
}
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
+ }
60
61
62
dependencies {
0 commit comments