Merge pull request #7021 from Bnyro/master

chore: don't include encrypted dependency info block blob in builds
This commit is contained in:
Bnyro 2025-01-25 11:18:05 +01:00 committed by GitHub
commit 80396a353f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,6 +82,13 @@ android {
buildConfig = true 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" namespace = "com.github.libretube"
} }