Skip to content

Commit b280a73

Browse files
committed
Release v2.1.12. Close #497.
1 parent 677def7 commit b280a73

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ buildscript {
126126
}
127127
128128
dependencies {
129-
classpath 'com.yanzhenjie.andserver:plugin:2.1.11'
129+
classpath 'com.yanzhenjie.andserver:plugin:2.1.12'
130130
...
131131
}
132132
}
@@ -148,8 +148,8 @@ apply plugin: 'com.yanzhenjie.andserver'
148148
...
149149
150150
dependencies {
151-
implementation 'com.yanzhenjie.andserver:api:2.1.11'
152-
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.11'
151+
implementation 'com.yanzhenjie.andserver:api:2.1.12'
152+
annotationProcessor 'com.yanzhenjie.andserver:processor:2.1.12'
153153
...
154154
}
155155
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99

1010
dependencies {
1111
classpath 'com.android.tools.build:gradle:4.2.2'
12-
classpath 'com.yanzhenjie.andserver:plugin:2.1.11'
12+
classpath 'com.yanzhenjie.andserver:plugin:2.1.12'
1313
}
1414
}
1515

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
android.useAndroidX=true
22

33
POM_GROUP_ID=com.yanzhenjie.andserver
4-
POM_VERSION=2.1.11
4+
POM_VERSION=2.1.12
55

66
POM_DESCRIPTION=Android web server.
77

0 commit comments

Comments
 (0)