Skip to content

Releases: gradle/android-cache-fix-gradle-plugin

Release 2.4.1

17 Aug 11:49
31b7244

Choose a tag to compare

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

30 Jul 20:01
b8cc54d

Choose a tag to compare

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

09 Jul 14:09
4b13a36

Choose a tag to compare

This release adds support for Android Gradle Plugin versions 4.2.2 and 7.0.0-beta05.

Release 2.3.2

18 May 22:44
e4170f7

Choose a tag to compare

This release adds support for Android Gradle Plugin v4.2.1 and v7.0.0-beta01.

Release 2.3.1

08 May 00:08
c646d96

Choose a tag to compare

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

19 Apr 12:42
950870d

Choose a tag to compare

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

08 Mar 13:30
4cc064c

Choose a tag to compare

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

24 Feb 19:21
d92c9d7

Choose a tag to compare

This release adds support for Android Gradle Plugin 7.0.0-alpha06 and 4.2.0-beta05.

Release 2.1.1

18 Feb 20:18
ed384a0

Choose a tag to compare

This release fixes a configuration cache compatibility problem when the Kotlin plugin has also been applied (see #144).

Release 2.1.0

17 Feb 19:24
715a69f

Choose a tag to compare

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.