chore: don't include encrypted dependency info block blob in builds

This commit is contained in:
Bnyro 2025-01-25 11:17:36 +01:00
parent 4de5551072
commit d28578af77

View File

@ -82,6 +82,13 @@ android {
buildConfig = true
}
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
namespace = "com.github.libretube"
}