mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 07:20:30 +05:30
Merge pull request #7021 from Bnyro/master
chore: don't include encrypted dependency info block blob in builds
This commit is contained in:
commit
80396a353f
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user