Skip to content

Commit cc44931

Browse files
authored
Merge pull request #184 from gradle/no/update-readme
Use AndroidBasePlugin instead of deprecated BasePlugin.
2 parents 0b1fae8 + 5340b79 commit cc44931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ plugins {
3636
}
3737
3838
subprojects {
39-
plugins.withType(com.android.build.gradle.BasePlugin) {
39+
plugins.withType(com.android.build.gradle.api.AndroidBasePlugin) {
4040
project.apply plugin: "org.gradle.android.cache-fix"
4141
}
4242
}
@@ -52,7 +52,7 @@ plugins {
5252
}
5353

5454
subprojects {
55-
plugins.withType<com.android.build.gradle.BasePlugin>() {
55+
plugins.withType<com.android.build.gradle.api.AndroidBasePlugin>() {
5656
apply(plugin = "org.gradle.android.cache-fix")
5757
}
5858
}

0 commit comments

Comments
 (0)