DependenciesInfoBuilder
interface DependenciesInfoBuilder
Interface for component builder that specifies whether to include SDK dependency information in APKs and Bundles for the variant
Including dependency information in your APK or Bundle allows Google Play to ensure that any third-party software your app uses complies with Google Play's Developer Program Policies. For more information, see the Play Console support page Using third-party SDKs in your app.
Summary
Public properties |
|
---|---|
Boolean |
Set to |
Boolean |
Set to |
Boolean |
This property is deprecated. This property is renamed to includeInApk |
Boolean |
This property is deprecated. This property is renamed to includeInBundle |
Public properties
includeInApk
var includeInApk: Boolean
Set to true
if information about SDK dependencies of an APK should be added to its signature block, false
otherwise.
Default value will match com.android.build.api.dsl.DependenciesInfo.includeInApk
includeInBundle
var includeInBundle: Boolean
Set to true
if information about SDK dependencies of an App Bundle should be added to it, false
otherwise.
Default value will match com.android.build.api.dsl.DependenciesInfo.includeInBundle