Skip to content

Commit

Permalink
Release v2.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Mar 22, 2021
1 parent 933f301 commit f5fc976
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,16 +121,22 @@ Add the plugin to your project build script :
```gradle
buildscript {
repositories {
jcenter()
mavenCentral()
google()
mavenCentral()
}
dependencies {
classpath 'com.yanzhenjie.andserver:plugin:2.1.8'
classpath 'com.yanzhenjie.andserver:plugin:2.1.9'
...
}
}
allprojects {
repositories {
google()
mavenCentral()
}
}
...
```

Expand All @@ -142,8 +148,8 @@ apply plugin: 'com.yanzhenjie.andserver'
...
dependencies {
implementation 'com.yanzhenjie.andserver:api:2.1.8'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.8'
implementation 'com.yanzhenjie.andserver:api:2.1.9'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.9'
...
}
```
Expand All @@ -157,7 +163,7 @@ Before submitting pull requests, contributors must abide by the [agreement](./CO
## License

```text
Copyright 2020 Zhenjie Yan
Copyright 2021 Zhenjie Yan
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
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.8"
classpath "com.yanzhenjie.andserver:plugin:2.1.9"
}
}

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.8
PROJECT_VERSION=2.1.9

POM_DESCRIPTION=Android web server.

Expand Down

0 comments on commit f5fc976

Please sign in to comment.