Releases: gradle/android-cache-fix-gradle-plugin
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.
Release 2.3.3
This release adds support for Android Gradle Plugin versions 4.2.2 and 7.0.0-beta05.
Release 2.3.2
This release adds support for Android Gradle Plugin v4.2.1 and v7.0.0-beta01.
Release 2.3.1
This release adds support for Android Gradle Plugin 4.2.0 and 7.0.0-alpha15.
It also fixes a bug when --rerun-tasks is used in conjunction with the configuration cache.
Release 2.3.0
This release adds support for Android Gradle Plugin 7.0.0-alpha12, 4.2.0-rc1, and 4.1.3.
Note that with AGP 7.0.0-alpha09 and above, changes to the Android Gradle Plugin have made it impossible to workaround the absolute path issue in the MergeResources task, so this workaround is no longer enabled for versions above 7.0.0-alpha09. Please upvote https://issuetracker.google.com/issues/141301405 to fix the underlying issue.
Release 2.2.0
This release disables caching for the MergeJavaResources and StripDebugSymbols tasks as these rarely provide positive avoidance savings. Additionally, support for AGP 7.0.0-alpha08 has been added.
Release 2.1.2
This release adds support for Android Gradle Plugin 7.0.0-alpha06 and 4.2.0-beta05.
Release 2.1.1
This release fixes a configuration cache compatibility problem when the Kotlin plugin has also been applied (see #144).
Release 2.1.0
This release makes the Android Cache Fix plugin compatible with the Gradle configuration cache. It also removes caching for the MergeNativeLibsTask and DexFileDependenciesTask tasks as these rarely provide good cache savings and in many cases actually provide negative savings.