DependenciesInfo

public 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 methods

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.

abstract void
setIncludeInApk(boolean includeInApk)

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

abstract void
setIncludeInBundle(boolean includeInBundle)

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

Public methods

getIncludeInApk

abstract boolean getIncludeInApk()

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

getIncludeInBundle

abstract boolean getIncludeInBundle()

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

setIncludeInApk

abstract void setIncludeInApk(boolean includeInApk)

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

setIncludeInBundle

abstract void setIncludeInBundle(boolean includeInBundle)

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