Skip to content

Commit

Permalink
Update version description.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Jul 3, 2020
1 parent 8dcb7c0 commit 7c05e15
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ server.shutdown();

```gradle
dependencies {
implementation 'com.yanzhenjie.andserver:api:2.1.1'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.1'
implementation 'com.yanzhenjie.andserver:api:2.1.2'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.2'
...
}
```
Expand All @@ -117,14 +117,16 @@ Add the plugin to your project build script :

```gradle
buildscript {
...
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.yanzhenjie.andserver:plugin:2.1.2'
...
classpath 'com.yanzhenjie.andserver:plugin:2.1.1'
}
}
...
```

Expand Down

0 comments on commit 7c05e15

Please sign in to comment.