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 @@ -11,12 +11,12 @@ Some Android plugin versions have issues with Gradle's build cache feature. When
1111## Applying the plugin
1212
1313This 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
1818plugins {
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
2222subprojects {
You can’t perform that action at this time.
0 commit comments