Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hankinghu authored Dec 8, 2021
1 parent 6956c23 commit 561f87e
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 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,18 +198,6 @@ buildscript {

```groovy
apply plugin: "io.github.hankinghu.plugin"
implementation 'com.github.hankinghu:hanno:1.1.5'
```

```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
```groovy
dependencies {
implementation 'com.github.hankinghu:hanno:Tag'
}
```

0 comments on commit 561f87e

Please sign in to comment.