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