Skip to content

Commit 6938a57

Browse files
authored
Update readme to reflect new version
1 parent 58bc468 commit 6938a57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you discover an issue related to the Android Gradle Plugin, please file an is
2323
## Applying the plugin
2424

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

2929
<details open>
@@ -32,7 +32,7 @@ this can just be injected from the root project's build.gradle (change '2.4.1' t
3232

3333
```groovy
3434
plugins {
35-
id "org.gradle.android.cache-fix" version "2.4.1" apply false
35+
id "org.gradle.android.cache-fix" version "2.4.2" apply false
3636
}
3737
3838
subprojects {

0 commit comments

Comments
 (0)