Skip to content

Commit

Permalink
Change convention plugin for res modules to mpeix.android.resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykolomeytsev committed Jul 5, 2023
1 parent a1561c8 commit aa2b670
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gradlePlugin {
implementationClass = "mpeix.plugins.AndroidUiConventionPlugin"
}
plugins.create("AndroidResourcesConventionPlugin") {
id = "mpeix.android.res"
id = "mpeix.android.resources"
displayName = "MpeiX Android Resources Convention"
description = "The Gradle Plugin that configures Android module with resources only"
implementationClass = "mpeix.plugins.AndroidResourcesConventionPlugin"
Expand Down
2 changes: 1 addition & 1 deletion modules/res/fonts/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("mpeix.android.res")
id("mpeix.android.resources")
}
2 changes: 1 addition & 1 deletion modules/res/icons/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("mpeix.android.res")
id("mpeix.android.resources")
}
2 changes: 1 addition & 1 deletion modules/res/images/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("mpeix.android.res")
id("mpeix.android.resources")
}
2 changes: 1 addition & 1 deletion modules/res/strings/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins {
id("mpeix.android.res")
id("mpeix.android.resources")
}

0 comments on commit aa2b670

Please sign in to comment.