Skip to content

Commit e804b44

Browse files
authored
Update to 2.4.3 in readme
1 parent 19d83dc commit e804b44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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

2525
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
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.2' t
3232

3333
```groovy
3434
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
3636
}
3737
3838
subprojects {
@@ -48,7 +48,7 @@ subprojects {
4848

4949
```kotlin
5050
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
5252
}
5353

5454
subprojects {

0 commit comments

Comments
 (0)