mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
chore: don't include encrypted dependency info block blob in builds
This commit is contained in:
parent
4de5551072
commit
d28578af77
@ -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