Contains functions which exploit Groovy's metaprogramming to provide backwards compatibility for older AGP versions that would be impractical to achieve with Kotlin's static type system.
| Type Params | Return Type | Name and description |
|---|---|---|
|
static java.lang.String |
getDexguardVersionString(org.gradle.api.Project project)Retrieves the Dexguard Plugin version from either the path or the version on the DexGuard plugin. |
|
static void |
registerUuidTaskAGP41(com.android.build.gradle.AppExtension android, org.gradle.api.Action<java.lang.String> onVariantsCallback, org.gradle.api.Action<com.android.build.api.artifact.Artifacts> onPropertiesCallback) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Retrieves the Dexguard Plugin version from either the path or the version on the DexGuard plugin.