Releases: gradle/android-cache-fix-gradle-plugin
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.
Release 2.0.2
This release fixes #139 where the Room annotation processor argument was being added even though the Room extension is not configured.
Release 2.0.1
This release fixes a problem with the Room schema location workaround which caused failures when executing test tasks (see #135). It also adds support for Android Gradle Plugin 4.2.0-beta04.