Skip to content

Commit f047216

Browse files
committed
Prepare for 2.7.1 release
1 parent 0ca15e7 commit f047216

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This plugin should be applied anywhere the `com.android.application` or `com.and
4444
// in build.grade.kts for convention plugin build
4545
dependencies {
4646
// ...
47-
implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.0")
47+
implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:02.7.1")
4848
// ...
4949
}
5050

@@ -65,7 +65,7 @@ plugins {
6565
// in build.grade for convention plugin build
6666
dependencies {
6767
// ...
68-
implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.0")
68+
implementation("org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin:2.7.1")
6969
// ...
7070
}
7171
@@ -79,7 +79,7 @@ plugins {
7979

8080
</details>
8181

82-
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.0' to the latest version of the cache fix plugin
82+
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.1' to the latest version of the cache fix plugin
8383
[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).
8484

8585
<details open>
@@ -88,7 +88,7 @@ If you are not using convention plugins and would like a quick way of testing th
8888

8989
```kotlin
9090
plugins {
91-
id("org.gradle.android.cache-fix") version "2.7.0" apply false
91+
id("org.gradle.android.cache-fix") version "2.7.1" apply false
9292
}
9393

9494
subprojects {
@@ -105,7 +105,7 @@ subprojects {
105105

106106
```groovy
107107
plugins {
108-
id "org.gradle.android.cache-fix" version "2.7.0" apply false
108+
id "org.gradle.android.cache-fix" version "2.7.1" apply false
109109
}
110110
111111
subprojects {

0 commit comments

Comments
 (0)