AarMetadata
interface AarMetadata
Variant object for configuring AAR metadata.
Summary
| Public properties | |
|---|---|
| Property<String> | Minimum Android Gradle Plugin version needed to consume this library. | 
| Property<Int> | Minimum compileSdkVersion needed to consume this library. | 
Public properties
minAgpVersion
val minAgpVersion: Property<String>
Minimum Android Gradle Plugin version needed to consume this library. This is the minimum AGP version a module must use in order to import this library.
minAgpVersion must be a stable AGP version, and it must be formatted with major, minor, and micro values (for example, "4.0.0").
minCompileSdk
val minCompileSdk: Property<Int>
Minimum compileSdkVersion needed to consume this library. This is the minimum sdk version a module must use in order to import this library.
