From 5915b1b28bac2ff7d4f6c40d35482bfa0b814b01 Mon Sep 17 00:00:00 2001 From: Re11a <2634544095@qq.com> Date: Fri, 21 Apr 2023 09:20:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E4=BE=9D=E8=B5=96=E5=BA=93?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=87=BA=E7=8E=B0Duplicate=20class=20found?= =?UTF-8?q?=EF=BC=81=E7=B1=BB=E9=87=8D=E5=A4=8D=EF=BC=81=20=E5=9C=A8?= =?UTF-8?q?=E6=AD=A4=E5=88=A9=E7=94=A8exclude=E5=B1=8F=E8=94=BD=20'commons?= =?UTF-8?q?-codec-1.11.jar',=20'httpcomponents-4.5.14.jar',=20'httpclient-?= =?UTF-8?q?cache-4.5.14.jar',=20'fluent-hc-4.5.14.jar',=20'httpmime-4.5.14?= =?UTF-8?q?.jar',=20'httpclient-4.5.14.jar'=20=E4=BB=A5=E6=AD=A4=E8=A7=A3?= =?UTF-8?q?=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 437d96a..4a05774 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,7 +8,7 @@ android { defaultConfig { applicationId "net.micode.notes" minSdkVersion 14 - targetSdkVersion 33 + targetSdkVersion 33 /*目标版本与当先版本对应*/ } buildTypes { @@ -27,4 +27,5 @@ dependencies { include: ['*.aar', '*.jar'], exclude: ['commons-codec-1.11.jar','httpcomponents-4.5.14.jar','httpclient-cache-4.5.14.jar', 'fluent-hc-4.5.14.jar','httpmime-4.5.14.jar','httpclient-4.5.14.jar']) + //Duplicate class found!类重复!,exclude忽略jar包 }