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 92b4ed7 commit 6e2a6bcCopy full SHA for 6e2a6bc
1 file changed
companion_app/android/build.gradle
@@ -42,3 +42,10 @@ subprojects {
42
tasks.register("clean", Delete) {
43
delete rootProject.buildDir
44
}
45
+
46
+dependenciesInfo {
47
+ // Disables dependency metadata when building APKs.
48
+ includeInApk = false
49
+ // Disables dependency metadata when building Android App Bundles.
50
+ includeInBundle = false
51
+}
0 commit comments