Skip to content

Commit 4f10ff4

Browse files
authored
Bumping version number in the README
1 parent d11d16e commit 4f10ff4

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
@@ -10,12 +10,12 @@ Some Android plugin versions have issues with Gradle's build cache feature. When
1010
## Applying the plugin
1111

1212
This plugin should be applied anywhere the `com.android.application` or `com.android.library` plugins are applied. Typically,
13-
this can just be injected from the root project's build.gradle (change '1.0.3' to the latest version of the cache fix plugin
13+
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
1414
[here](https://plugins.gradle.org/plugin/org.gradle.android.cache-fix)):
1515

1616
``` groovy
1717
plugins {
18-
id "org.gradle.android.cache-fix" version "1.0.3" apply false
18+
id "org.gradle.android.cache-fix" version "1.0.4" apply false
1919
}
2020
2121
subprojects {

0 commit comments

Comments
 (0)