Bundle
Added in 4.2.0
interface Bundle
DSL object for configuring the Android Application Bundle
This is accessed via ApplicationExtension.bundle
Summary
Public functions |
|
---|---|
Unit |
|
Unit |
@Incubating |
Unit |
@Incubating |
Unit |
@Incubating |
Unit |
density(action: BundleDensity.() -> Unit) |
Unit |
@Incubating |
Unit |
@Incubating This function is deprecated. Use deviceGroup instead |
Unit |
language(action: BundleLanguage.() -> Unit) |
Unit |
storeArchive(action: BundleStoreArchive.() -> Unit) |
Unit |
texture(action: BundleTexture.() -> Unit) |
Public properties |
|
---|---|
BundleAbi |
|
BundleAiModelVersion |
|
BundleCodeTransparency |
|
BundleCountrySet |
|
BundleDensity |
|
BundleDeviceGroup |
|
RegularFileProperty |
|
BundleDeviceTier |
This property is deprecated. Use deviceGroup instead |
DirectoryProperty |
|
BundleLanguage |
|
BundleStoreArchive |
|
BundleTexture |
Public functions
aiModelVersion
Added in 8.7.0
@Incubating
fun aiModelVersion(action: BundleAiModelVersion.() -> Unit): Unit
codeTransparency
Added in 7.1.0
@Incubating
fun codeTransparency(action: BundleCodeTransparency.() -> Unit): Unit
deviceGroup
Added in 8.11.0-alpha10
@Incubating
fun deviceGroup(action: BundleDeviceGroup.() -> Unit): Unit
deviceTier
Added in 4.2.0
Deprecated in 8.11.0-alpha10
@Incubating
fundeviceTier(action: BundleDeviceTier.() -> Unit): Unit