Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
胡汉君 committed Dec 13, 2021
2 parents 4a53889 + 76ecd7e commit 01fec21
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ buildscript {
maven {
url "https://plugins.gradle.org/m2/"
}
maven { url 'https://jitpack.io' }
}
dependencies {
classpath "io.github.hankinghu:hannoplugin:1.1.5"

}
}
```
Expand All @@ -196,4 +198,7 @@ buildscript {

```groovy
apply plugin: "io.github.hankinghu.plugin"
implementation 'com.github.hankinghu:hanno:1.1.5'
```
[![](https://jitpack.io/v/hankinghu/hanno.svg)](https://jitpack.io/#hankinghu/hanno)

0 comments on commit 01fec21

Please sign in to comment.