File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ buildscript {
126
126
}
127
127
128
128
dependencies {
129
- classpath 'com.yanzhenjie.andserver:plugin:2.1.11 '
129
+ classpath 'com.yanzhenjie.andserver:plugin:2.1.12 '
130
130
...
131
131
}
132
132
}
@@ -148,8 +148,8 @@ apply plugin: 'com.yanzhenjie.andserver'
148
148
...
149
149
150
150
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 '
153
153
...
154
154
}
155
155
```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
9
9
10
10
dependencies {
11
11
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 '
13
13
}
14
14
}
15
15
Original file line number Diff line number Diff line change 1
1
android.useAndroidX =true
2
2
3
3
POM_GROUP_ID =com.yanzhenjie.andserver
4
- POM_VERSION =2.1.11
4
+ POM_VERSION =2.1.12
5
5
6
6
POM_DESCRIPTION =Android web server.
7
7
You can’t perform that action at this time.
0 commit comments