Releases: gradle/android-cache-fix-gradle-plugin
Release 2.0.0
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
This release adds support for Android Gradle Plugin 4.1.1 and 4.2.0-beta01.
Release 1.0.13
This release adds support for Android Gradle plugin 4.2.0-alpha13, 4.1.0 and 4.0.2.
Release 1.0.12
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
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
This release adds a new workaround to make DexFileDependencies
tasks cacheable.
Release 1.0.9
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
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
This release adds the following:
- Support for Android 4.1.0-beta01
- Workaround for cacheability issues with the
CompileLibraryResources
task
Release 1.0.6
This release adds support for Android Gradle plugin 4.1.0-alpha10.