Skip to content

Commit

Permalink
Release v2.1.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Jan 29, 2023
1 parent f6f37c9 commit ca9cfaa
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 @@ -126,7 +126,7 @@ buildscript {
}
dependencies {
classpath 'com.yanzhenjie.andserver:plugin:2.1.10'
classpath 'com.yanzhenjie.andserver:plugin:2.1.11'
...
}
}
Expand All @@ -148,8 +148,8 @@ apply plugin: 'com.yanzhenjie.andserver'
...
dependencies {
implementation 'com.yanzhenjie.andserver:api:2.1.10'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.10'
implementation 'com.yanzhenjie.andserver:api:2.1.11'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.11'
...
}
```
Expand All @@ -163,7 +163,7 @@ Before submitting pull requests, contributors must abide by the [agreement](./CO
## License

```text
Copyright 2021 Zhenjie Yan
Copyright 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 @@ -9,7 +9,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:3.6.3'
classpath 'com.yanzhenjie.andserver:plugin:2.1.10'
classpath 'com.yanzhenjie.andserver:plugin:2.1.11'
}
}

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

POM_GROUP_ID=com.yanzhenjie.andserver
POM_VERSION=2.1.10
POM_VERSION=2.1.11

POM_DESCRIPTION=Android web server.

Expand Down

0 comments on commit ca9cfaa

Please sign in to comment.