File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
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
23
23
## Applying the plugin
24
24
25
25
This 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.2 ' 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.3 ' to the latest version of the cache fix plugin
27
27
[ here] ( https://plugins.gradle.org/plugin/org.gradle.android.cache-fix ) ):
28
28
29
29
<details open >
@@ -32,7 +32,7 @@ this can just be injected from the root project's build.gradle (change '2.4.2' t
32
32
33
33
``` groovy
34
34
plugins {
35
- id "org.gradle.android.cache-fix" version "2.4.2 " apply false
35
+ id "org.gradle.android.cache-fix" version "2.4.3 " apply false
36
36
}
37
37
38
38
subprojects {
@@ -48,7 +48,7 @@ subprojects {
48
48
49
49
``` kotlin
50
50
plugins {
51
- id(" org.gradle.android.cache-fix" ) version " 2.4.1 " apply false
51
+ id(" org.gradle.android.cache-fix" ) version " 2.4.3 " apply false
52
52
}
53
53
54
54
subprojects {
You can’t perform that action at this time.
0 commit comments