DependenciesInfo
@Incubating interface DependenciesInfo
| com.android.build.api.dsl.DependenciesInfo | 
DSL object to specify whether to include SDK dependency information in APKs and Bundles.
Summary
| Properties | |
|---|---|
| abstract Boolean | If false, information about SDK dependencies of an APK will not be added to its signature block. | 
| abstract Boolean | If false, information about SDK dependencies of an App Bundle will not be added to it. | 
Properties
includeInApk
abstract var includeInApk: Boolean
If false, information about SDK dependencies of an APK will not be added to its signature block.
includeInBundle
abstract var includeInBundle: Boolean
If false, information about SDK dependencies of an App Bundle will not be added to it.
