Skip to content

Commit

Permalink
Release v2.1.12. Close #497.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Jun 7, 2023
1 parent 677def7 commit b280a73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.11'
classpath 'com.yanzhenjie.andserver:plugin:2.1.12'
...
}
}
Expand All @@ -148,8 +148,8 @@ apply plugin: 'com.yanzhenjie.andserver'
...
dependencies {
implementation 'com.yanzhenjie.andserver:api:2.1.11'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.11'
implementation 'com.yanzhenjie.andserver:api:2.1.12'
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.12'
...
}
```
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:4.2.2'
classpath 'com.yanzhenjie.andserver:plugin:2.1.11'
classpath 'com.yanzhenjie.andserver:plugin:2.1.12'
}
}

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.11
POM_VERSION=2.1.12

POM_DESCRIPTION=Android web server.

Expand Down

0 comments on commit b280a73

Please sign in to comment.