diff --git a/mastodon/build.gradle b/mastodon/build.gradle index 6bd8a3e6..f8785f92 100644 --- a/mastodon/build.gradle +++ b/mastodon/build.gradle @@ -67,6 +67,12 @@ android { buildFeatures{ aidl true } + dependenciesInfo{ + // Disables dependency metadata when building APKs. + includeInApk false + // Disables dependency metadata when building Android App Bundles. + includeInBundle false + } } dependencies {