FusedLibraryExtension
@Incubating interface FusedLibraryExtension
Summary
Public properties |
|
---|---|
Int? |
For basic validation that all included libraries in the fused library are at least the minSdk. |
String? |
|
Int? |
Sets the targetSdk, which is declared in the fused library manifest. |
Public properties
minSdk
val minSdk: Int?
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.
targetSdk
val targetSdk: Int?
Sets the targetSdk, which is declared in the fused library manifest. Eventually (b/229956178) this value should be able to be automatically determined by the plugin.