Android Cache Fix Gradle Plugin Versions Save

Gradle plugin that fixes Android build caching problems.

v3.0.1

3 months ago
  • [NEW] - Drop support for ZipMergingTaskWorkaround in AGP >= 8.1.
  • [NEW] - Drop support for MergeSourceSetFoldersWorkaround in AGP >= 8.4.
  • [FIX] - Avoid capturing module descriptor in JdkImageWorkaround when AGP >= 8.

v3.0

7 months ago
  • [NEW] - Drop support for RoomWorkaround. Please apply the Room Gradle Plugin instead.
  • [BREAKING] - room extension removed.

v2.8.1

8 months ago
  • [FIX] - PGP key to sign the artifacts needs to be rotated

v2.8.0

8 months ago
  • [FIX] - PGP key to sign the artifacts needs to be rotated
  • [NEW] - Relaxing Android Gradle plugin version checks, eliminating failures due to patch version mismatches or future incompatible versions.

v2.7.4

8 months ago

v2.7.3

9 months ago
  • [NEW] Drop support for Kotlin 1.6.X
  • [NEW] Run tests against AGP 8.2.0-alpha14
  • [NEW] Run tests against AGP 8.1.0
  • [NEW] Disable caching of PackageForUnitTest task as it does not benefit from caching.

v2.7.2

11 months ago
  • [NEW] - Run tests against AGP 8.0.2
  • [NEW] - Run tests against AGP 8.1.0-rc01
  • [NEW] - Run tests against AGP 8.2.0-alpha05

v2.7.1

1 year ago
  • [NEW] - Run tests against AGP 8.0.0
  • [NEW] - Run tests against AGP 8.1.0-alpha11

v2.7.0

1 year ago
  • [NEW] - RoomSchemaLocationWorkaround supports KSP (#429)
  • [NEW] - Run tests against AGP 7.4.2 and 8.1.0-alpha07

v2.6.5

1 year ago
  • [FIX] - JavaCompileWorkaround throws 'Cannot query the value of this property because it has no value available' (#432)