mirror of
https://github.com/jrpie/Launcher.git
synced 2025-02-22 22:11:27 +01:00
remove dependencyInfoBlock (cf. #66)
This commit is contained in:
parent
d98258b316
commit
592d2f6f8e
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ android {
|
|||
buildConfig true
|
||||
}
|
||||
|
||||
dependenciesInfo {
|
||||
// Disables dependency metadata when building APKs.
|
||||
includeInApk = false
|
||||
// Disables dependency metadata when building Android App Bundles.
|
||||
includeInBundle = false
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Reference in a new issue