android-cache-fix-gradle-plugin icon indicating copy to clipboard operation
android-cache-fix-gradle-plugin copied to clipboard

Update build dependency with the latest Variant API supported

Open cdsap opened this issue 2 years ago • 3 comments

Once we updated the AGP version in the classpath to 7.3.1, we still need to point to the latest stable version of the AGP. https://github.com/gradle/android-cache-fix-gradle-plugin/blob/main/build.gradle#L26

The new variant API is available in recent versions and it's a pre-requisite to start reworking the workaround variant logic with types provided in the new API. The old variant is going to be removed in AGP 9.

cdsap avatar Feb 18 '23 01:02 cdsap