Skip to content

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

2.5.2

26 Apr 18:28
297d5bb
Compare
Choose a tag to compare
  • [FIX] - Remove MergeNativeLibsWorkaround in AGP 7.2.0-alpha06+
  • [FIX] - Support latest versions of AGP
  • [FIX] - Regression: static method not being found sometimes
  • [FIX] - Remove deprecation warnings

2.5.1

15 Apr 13:34
0bc9df0
Compare
Choose a tag to compare
  • [NEW] - Support latest versions of AGP
  • [NEW] - Publish signature for jar file
  • [FIX] - Remove workarounds for tasks already marked as non-cacheable
  • [FIX] - Fix for false positive warnings in kotlin-dsl-accessors build

2.5.0

07 Mar 17:55
8fd4497
Compare
Choose a tag to compare
  • [NEW] - Drop support for older versions of AGP
  • [NEW] - Add support for AGP 7.0.4, 7.1.1 and 7.2.0-beta03

Release 2.4.6

27 Dec 19:42
e32233e
Compare
Choose a tag to compare

This release adds support for Android Gradle Plugin versions 7.0.4, 7.1.0-beta04, and 7.2.0-alpha06.

It also disables caching for the ZipMergingTask task 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.5

12 Nov 17:56
53ed870
Compare
Choose a tag to compare

This release adds support for Android Gradle Plugin versions 7.0.3, 7.1.0-beta03, and 7.2.0-alpha04.

It also disables caching for the LibraryJniLibs and DataBindingMergeDependencyArtifacts tasks as it has been observed that these tasks rarely provide good avoidance savings when cached and can many times provide negative savings when using the remote cache.

Release 2.4.4

16 Sep 17:36
7876626
Compare
Choose a tag to compare

This release adds support for Android Gradle Plugin 7.0.2 and 7.1.0-alpha11.

It also disables caching for the BundleLibraryClassesJar and BundleLibraryClassesDir tasks as it has been observed that these tasks rarely provide good avoidance savings when cached and can many times provide negative savings when using the remote cache.

Release 2.4.3

27 Aug 16:59
19d83dc
Compare
Choose a tag to compare

This release adds support for Android Gradle Plugin 7.1.0-alpha01.

It also relaxes the version checking so that new patch versions of a supported AGP release will now result in a warning about possible incompatibility instead of causing an error. New untested minor or major versions will still cause an error and will require the use of an explicit flag to override (error message will contain instructions for overriding the check).

Release 2.4.2

23 Aug 13:28
cc44931
Compare
Choose a tag to compare

This release adds support for Android Gradle Plugin 7.0.1.

Release 2.4.1

17 Aug 11:49
31b7244
Compare
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
Compare
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.