Skip to content

Commit 571f106

Browse files
authored
Update version number in README
1 parent 72e1f00 commit 571f106

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
@@ -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.5' 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.6' 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.5" apply false
19+
id "org.gradle.android.cache-fix" version "1.0.6" apply false
2020
}
2121
2222
subprojects {

0 commit comments

Comments
 (0)