Skip to content

Commit a2fd3a8

Browse files
authored
Update versions
1 parent 8de6d1c commit a2fd3a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Some Android plugin versions have issues with Gradle's build cache feature. When applied to an Android project this plugin applies workarounds for these issues based on the Android plugin and Gradle versions.
66

77
* Supported Gradle versions: 5.4.1+
8-
* Supported Android versions: 3.5.4, 3.6.4, 4.0.1, 4.1.0-rc01, 4.2.0-alpha07
8+
* Supported Android versions: 3.5.4, 3.6.4, 4.0.1, 4.1.0-rc3, 4.2.0-alpha12
99
* Supported Kotlin versions: 1.3.70+
1010

1111
We only test against the latest patch versions of each minor version of Android Gradle Plugin. This means that although it may work perfectly well with an older patch version (say 3.6.2), we do not test against these older patch versions, so the latest patch version is the only version from that minor release that we technically support.
@@ -20,12 +20,12 @@ If you discover an issue related to the Android Gradle Plugin, please file an is
2020
## Applying the plugin
2121

2222
This plugin should be applied anywhere the `com.android.application` or `com.android.library` plugins are applied. Typically,
23-
this can just be injected from the root project's build.gradle (change '1.0.10' to the latest version of the cache fix plugin
23+
this can just be injected from the root project's build.gradle (change '1.0.12' to the latest version of the cache fix plugin
2424
[here](https://plugins.gradle.org/plugin/org.gradle.android.cache-fix)):
2525

2626
``` groovy
2727
plugins {
28-
id "org.gradle.android.cache-fix" version "1.0.10" apply false
28+
id "org.gradle.android.cache-fix" version "1.0.12" apply false
2929
}
3030
3131
subprojects {

0 commit comments

Comments
 (0)