Skip to content

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

Release 2.0.0

27 Jan 19:28
8122268
Compare
Choose a tag to compare

This release implements various changes to make the plugin compatible with the upcoming Gradle Build Tool 7.0 and also adds support for Android Gradle Plugin 4.2.0-beta03.

Note that there is a breaking change to the Room schema location workaround that will require some minor build script changes. See https://github.com/gradle/android-cache-fix-gradle-plugin#roomschemalocationworkaround for details.

Release 1.0.14

03 Dec 17:54
c3a90ea
Compare
Choose a tag to compare

This release adds support for Android Gradle Plugin 4.1.1 and 4.2.0-beta01.

Release 1.0.13

20 Oct 14:42
757a689
Compare
Choose a tag to compare

This release adds support for Android Gradle plugin 4.2.0-alpha13, 4.1.0 and 4.0.2.

Release 1.0.12

01 Oct 13:31
8de6d1c
Compare
Choose a tag to compare

This release fixes an issue in the plugin where the JavaCompile task was being eagerly created at configuration time (#120). It also adds support for Android Gradle Plugin 4.1.0-rc3 and 4.2.0-alpha12.

Release 1.0.11

09 Sep 21:53
633c071
Compare
Choose a tag to compare

This release adds support for the latest Android Gradle Plugin 4.2 alpha (4.2.0-alpha10) and includes a workaround for the CompileLibraryResources task compatible with AGP 4.2.

Release 1.0.10

20 Aug 20:05
44c4a7a
Compare
Choose a tag to compare

This release adds a new workaround to make DexFileDependencies tasks cacheable.

Release 1.0.9

10 Aug 17:15
2803fa7
Compare
Choose a tag to compare

This release adds the following changes:

  • A new cacheability workaround for MergeResources tasks in AGP 4.0.x
  • Support for AGP 4.1.0-beta05
  • Support for AGP 4.2.0-alpha07

Release 1.0.8

16 Jul 16:48
4027af7
Compare
Choose a tag to compare

This release adds support for Android Gradle Plugin versions 4.0.1, 3.6.4, and 3.5.4. It also fixes a bug where new, untested Android Gradle Plugin versions could get the wrong set of workarounds applied when org.gradle.android.cache-fix.ignoreVersionCheck is set to true.

Release 1.0.7

18 Jun 12:14
17ff9de
Compare
Choose a tag to compare

This release adds the following:

  • Support for Android 4.1.0-beta01
  • Workaround for cacheability issues with the CompileLibraryResources task

Release 1.0.6

09 Jun 23:34
72e1f00
Compare
Choose a tag to compare

This release adds support for Android Gradle plugin 4.1.0-alpha10.