File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ Some Android plugin versions have issues with Gradle's build cache feature. When
10
10
## Applying the plugin
11
11
12
12
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
14
14
[ here] ( https://plugins.gradle.org/plugin/org.gradle.android.cache-fix ) ):
15
15
16
16
``` groovy
17
17
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
19
19
}
20
20
21
21
subprojects {
You can’t perform that action at this time.
0 commit comments