DependenciesInfo

interface DependenciesInfo


DSL object to specify whether to include SDK dependency information in APKs and Bundles.

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

If false, information about SDK dependencies of an APK will not be added to its signature block.

Boolean

If false, information about SDK dependencies of an App Bundle will not be added to it.

Public properties

includeInApk

var includeInApkBoolean

If false, information about SDK dependencies of an APK will not be added to its signature block.

includeInBundle

var includeInBundleBoolean

If false, information about SDK dependencies of an App Bundle will not be added to it.