Stay organized with collections
Save and categorize content based on your preferences.
DependenciesInfo
interface 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.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# DependenciesInfo\n================\n\n```\ninterface DependenciesInfo\n```\n\n|-------------------------------------------------|\n| [com.android.build.api.dsl.DependenciesInfo](#) |\n\nDSL object to specify whether to include SDK dependency information in APKs and Bundles.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [includeInApk](#includeInApk:kotlin.Boolean) If false, information about SDK dependencies of an APK will not be added to its signature block. |\n| abstract [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) | [includeInBundle](#includeInBundle:kotlin.Boolean) If false, information about SDK dependencies of an App Bundle will not be added to it. |\n\nProperties\n----------\n\n### includeInApk\n\n```\nabstract var includeInApk: Boolean\n```\n\nIf false, information about SDK dependencies of an APK will not be added to its signature\nblock. \n\n### includeInBundle\n\n```\nabstract var includeInBundle: Boolean\n```\n\nIf false, information about SDK dependencies of an App Bundle will not be added to it."]]