From b4bd1872a9be61c8177d74ac87f7cc77a5a3c79b Mon Sep 17 00:00:00 2001 From: pppscn <35696959@qq.com> Date: Mon, 13 Feb 2023 10:18:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=EF=BC=9Aandserver=E5=88=B02.?= =?UTF-8?q?1.12=EF=BC=88=E5=8A=A0=E5=BF=ABweb=E7=AB=AF=E4=B8=8A=E4=B8=8B?= =?UTF-8?q?=E8=A1=8C=E9=80=9F=E5=BA=A6=E7=AD=89=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 11 ++++++----- build.gradle | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 401a5c73..aba49293 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -200,7 +200,7 @@ dependencies { implementation 'androidx.activity:activity-ktx:1.6.1' implementation 'androidx.fragment:fragment-ktx:1.5.5' implementation "androidx.cardview:cardview:1.0.0" - implementation 'androidx.appcompat:appcompat:1.6.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.preference:preference-ktx:1.2.0' //分包 @@ -229,8 +229,9 @@ dependencies { //美团多渠道打包 //implementation 'com.meituan.android.walle:library:1.1.6' - api("androidx.work:work-multiprocess:2.7.1") - api("androidx.work:work-runtime-ktx:2.7.1") + def work_version = '2.8.0' + api("androidx.work:work-multiprocess:$work_version") + api("androidx.work:work-runtime-ktx:$work_version") //Android Room def room_version = '2.5.0' @@ -272,8 +273,8 @@ dependencies { implementation 'com.gyf.cactus:cactus:1.1.3-beta13' //HTTP服务器:https://github.com/yanzhenjie/AndServer - implementation 'cn.ppps.andserver:api:2.1.11' - kapt 'cn.ppps.andserver:processor:2.1.11' + implementation 'cn.ppps.andserver:api:2.1.12' + kapt 'cn.ppps.andserver:processor:2.1.12' //国密算法SM4 的JAVA实现(基于BC实现) api 'org.bouncycastle:bcprov-jdk15on:1.70' diff --git a/build.gradle b/build.gradle index f074dc03..b790963e 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ buildscript { classpath deps.booster.task_resource_deredundancy } //AndServer - classpath 'cn.ppps.andserver:plugin:2.1.11' + classpath 'cn.ppps.andserver:plugin:2.1.12' } }