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 @@ -23,7 +23,7 @@ If you discover an issue related to the Android Gradle Plugin, please file an is
2323## Applying the plugin
2424
2525This plugin should be applied anywhere the ` com.android.application ` or ` com.android.library ` plugins are applied. Typically,
26- this can just be injected from the root project's build.gradle (change '2.4.1 ' to the latest version of the cache fix plugin
26+ this can just be injected from the root project's build.gradle (change '2.4.2 ' to the latest version of the cache fix plugin
2727[ here] ( https://plugins.gradle.org/plugin/org.gradle.android.cache-fix ) ):
2828
2929<details open >
@@ -32,7 +32,7 @@ this can just be injected from the root project's build.gradle (change '2.4.1' t
3232
3333``` groovy
3434plugins {
35- id "org.gradle.android.cache-fix" version "2.4.1 " apply false
35+ id "org.gradle.android.cache-fix" version "2.4.2 " apply false
3636}
3737
3838subprojects {
You can’t perform that action at this time.
0 commit comments