FusedLibraryExtension

@Incubating
public interface FusedLibraryExtension


Summary

Public methods

abstract Integer

For basic validation that all included libraries in the fused library are at least the minSdk.

abstract String
abstract void

For basic validation that all included libraries in the fused library are at least the minSdk.

abstract void

Public methods

getMinSdk

@Incubating
abstract Integer getMinSdk()

For basic validation that all included libraries in the fused library are at least the minSdk. Eventually (b/229956178) this value should be able to be automatically determined by the plugin.

getNamespace

@Incubating
abstract String getNamespace()

setMinSdk

@Incubating
abstract void setMinSdk(Integer minSdk)

For basic validation that all included libraries in the fused library are at least the minSdk. Eventually (b/229956178) this value should be able to be automatically determined by the plugin.

setNamespace

@Incubating
abstract void setNamespace(String namespace)