Skip to content

Commit 7681928

Browse files
authored
Update version in README.md
1 parent 77fb146 commit 7681928

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Some Android plugin versions have issues with Gradle's build cache feature. When
1111
## Applying the plugin
1212

1313
This plugin should be applied anywhere the `com.android.application` or `com.android.library` plugins are applied. Typically,
14-
this can just be injected from the root project's build.gradle (change '1.0.4' to the latest version of the cache fix plugin
14+
this can just be injected from the root project's build.gradle (change '1.0.5' to the latest version of the cache fix plugin
1515
[here](https://plugins.gradle.org/plugin/org.gradle.android.cache-fix)):
1616

1717
``` groovy
1818
plugins {
19-
id "org.gradle.android.cache-fix" version "1.0.4" apply false
19+
id "org.gradle.android.cache-fix" version "1.0.5" apply false
2020
}
2121
2222
subprojects {

0 commit comments

Comments
 (0)