Releases: gradle/android-cache-fix-gradle-plugin
2.5.2
- [FIX] - Remove MergeNativeLibsWorkaround in AGP 7.2.0-alpha06+
- [FIX] - Support latest versions of AGP
- [FIX] - Regression: static method not being found sometimes
- [FIX] - Remove deprecation warnings
2.5.1
- [NEW] - Support latest versions of AGP
- [NEW] - Publish signature for jar file
- [FIX] - Remove workarounds for tasks already marked as non-cacheable
- [FIX] - Fix for false positive warnings in kotlin-dsl-accessors build
2.5.0
- [NEW] - Drop support for older versions of AGP
- [NEW] - Add support for AGP 7.0.4, 7.1.1 and 7.2.0-beta03
Release 2.4.6
This release adds support for Android Gradle Plugin versions 7.0.4, 7.1.0-beta04, and 7.2.0-alpha06.
It also disables caching for the ZipMergingTask
task as it has been observed that this task rarely provides good avoidance savings when cached and can many times provide negative savings when using the remote cache.
Release 2.4.5
This release adds support for Android Gradle Plugin versions 7.0.3, 7.1.0-beta03, and 7.2.0-alpha04.
It also disables caching for the LibraryJniLibs and DataBindingMergeDependencyArtifacts tasks as it has been observed that these tasks rarely provide good avoidance savings when cached and can many times provide negative savings when using the remote cache.
Release 2.4.4
This release adds support for Android Gradle Plugin 7.0.2 and 7.1.0-alpha11.
It also disables caching for the BundleLibraryClassesJar
and BundleLibraryClassesDir
tasks as it has been observed that these tasks rarely provide good avoidance savings when cached and can many times provide negative savings when using the remote cache.
Release 2.4.3
This release adds support for Android Gradle Plugin 7.1.0-alpha01.
It also relaxes the version checking so that new patch versions of a supported AGP release will now result in a warning about possible incompatibility instead of causing an error. New untested minor or major versions will still cause an error and will require the use of an explicit flag to override (error message will contain instructions for overriding the check).
Release 2.4.2
This release adds support for Android Gradle Plugin 7.0.1.
Release 2.4.1
This release fixes a bug with the Room schema workaround where an incorrect version of the schema could get written to the merged directory (see #183).
It also disables caching for MergeSourceSetFolders
tasks as it has been observed that this task rarely provides good avoidance savings when cached and can many times provide negative savings when using the remote cache.
Release 2.4.0
This release adds support for Android Gradle Plugin 7.0.0.
It also changes the workaround for CompileLibraryResourcesTask
. There is now experimental support in AGP 7.0.0 which fixes the cacheability of this task. The workaround now only checks to see if the experimental support has been enabled and if not, prints out a message notifying the user of its availability.