Skip to content

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

Release 2.3.3

09 Jul 14:09
4b13a36
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

Release 2.0.2

05 Feb 19:05
714abdf
Compare
Choose a tag to compare

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

01 Feb 23:23
8df6669
Compare
Choose a tag to compare

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.