From 5f4d5f6cc85c918543f9569ddd096c12c0457037 Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Thu, 1 Sep 2022 09:23:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A`HttpServer`?= =?UTF-8?q?=E5=9C=A8`=E4=BD=8E=E7=89=88=E6=9C=ACAndroid`=E4=B8=8B`MIME`?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=94=AF=E6=8C=81`js=E3=80=81css=E3=80=81ico?= =?UTF-8?q?n`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 74322aef..3f6f5916 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -261,8 +261,8 @@ dependencies { implementation 'com.gyf.cactus:cactus:1.1.3-beta13' //HTTP服务器:https://github.com/yanzhenjie/AndServer - implementation 'com.yanzhenjie.andserver:api:2.1.10' - kapt 'com.yanzhenjie.andserver:processor:2.1.10' + implementation 'cn.ppps.andserver:api:2.1.11' + kapt 'cn.ppps.andserver:processor:2.1.11' } //自动添加X-Library依赖 apply from: 'x-library.gradle' diff --git a/build.gradle b/build.gradle index 833c5aa2..7ebe2320 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { classpath deps.booster.task_resource_deredundancy } //AndServer - classpath 'com.yanzhenjie.andserver:plugin:2.1.10' + classpath 'cn.ppps.andserver:plugin:2.1.11' } }