Skip to content

Commit

Permalink
doc: rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoshin committed Sep 17, 2023
1 parent aadf082 commit 4cba988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## boring-plugins
[![](https://jitpack.io/v/foodiestudio/boring-plugins.svg)](https://jitpack.io/#foodiestudio/boring-plugins)
## convention-plugins
[![](https://jitpack.io/v/foodiestudio/convention-plugins.svg)](https://jitpack.io/#foodiestudio/convention-plugins)

存放一些自定义 gradle plugin。

Expand All @@ -9,7 +9,7 @@

| AGP Version | Latest Support Version |
|:-----------:|:--------------------------------------------------------------------------:|
| 7.4.x | [0.3.x](https://github.com/foodiestudio/boring-plugins/releases/tag/0.3.0) |
| 7.4.x | [0.3.x](https://github.com/foodiestudio/convention-plugins/releases/tag/0.3.0) |
| 8.0.x | todo |

### Quick Start
Expand All @@ -25,7 +25,7 @@
resolutionStrategy {
eachPlugin {
if (requested.id.id.startsWith("foodiestudio")) {
useModule("com.github.foodiestudio:boring-plugins:$version")
useModule("com.github.foodiestudio:convention-plugins:0.3.0-beta1")
}
}
}
Expand Down

0 comments on commit 4cba988

Please sign in to comment.