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.

Deliver the best possible experience for your users and help your app succeed in emerging markets.

Updated Jul 15, 2024

Discover the latest app development tools, platform updates, training, and documentation for developers across every Android device.

Updated Feb 10, 2025

API reference packages and classes for Android app developers.

Updated Feb 10, 2025