diff --git a/app/build.gradle b/app/build.gradle index 94174e9..9a4d5d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -36,6 +36,13 @@ android { viewBinding true buildConfig true } + + dependenciesInfo { + // Disables dependency metadata when building APKs. + includeInApk = false + // Disables dependency metadata when building Android App Bundles. + includeInBundle = false + } } // For KSP, configure using KSP extension: