You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are not using convention plugins and would like a quick way of testing the plugin you can alternatively place it in the root project's build.gradle (change '2.7.4' to the latest version of the cache fix plugin
81
+
If you are not using convention plugins and would like a quick way of testing the plugin you can alternatively place it in the root project's build.gradle (change '2.8.0' to the latest version of the cache fix plugin
82
82
[here](https://plugins.gradle.org/plugin/org.gradle.android.cache-fix)). We discourage this approach because it uses [cross project configuration](https://docs.gradle.org/current/userguide/sharing_build_logic_between_subprojects.html#sec:convention_plugins_vs_cross_configuration).
83
83
84
84
<detailsopen>
@@ -87,7 +87,7 @@ If you are not using convention plugins and would like a quick way of testing th
87
87
88
88
```kotlin
89
89
plugins {
90
-
id("org.gradle.android.cache-fix") version "2.7.4" apply false
90
+
id("org.gradle.android.cache-fix") version "2.8.0" apply false
91
91
}
92
92
93
93
subprojects {
@@ -104,7 +104,7 @@ subprojects {
104
104
105
105
```groovy
106
106
plugins {
107
-
id "org.gradle.android.cache-fix" version "2.7.4" apply false
107
+
id "org.gradle.android.cache-fix" version "2.8.0" apply false
0 commit comments