Skip to content

Commit

Permalink
Release v2.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Sep 25, 2020
1 parent 37f83b1 commit fe5f1c0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,23 +110,23 @@ buildscript {
}
dependencies {
classpath 'com.yanzhenjie.andserver:plugin:2.1.4'
classpath 'com.yanzhenjie.andserver:plugin:2.1.5'
...
}
}
...
```

And then apply it in your module:
And then add `AndServer` dependency to your moduel:

```gradle
apply plugin: 'com.yanzhenjie.andserver'
...
dependencies {
implementation 'com.yanzhenjie.andserver:api:2.1.4'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.4'
implementation 'com.yanzhenjie.andserver:api:2.1.5'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.5'
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
classpath 'com.yanzhenjie.andserver:plugin:2.1.3'
classpath "com.yanzhenjie.andserver:plugin:2.1.5"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
android.useAndroidX=true

PROJECT_GROUP=com.yanzhenjie.andserver
PROJECT_VERSION=2.1.4
PROJECT_VERSION=2.1.5

POM_DESCRIPTION=Android web server.

Expand Down

0 comments on commit fe5f1c0

Please sign in to comment.