From 21fdf03da7b7644f16bfae9eccf32d4b74548519 Mon Sep 17 00:00:00 2001 From: ddyd <2073699128@qq.com> Date: Thu, 15 May 2025 08:27:06 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3jar=E5=8C=85=E5=86=B2?= =?UTF-8?q?=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Notesmaster/app/build.gradle.kts | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Notesmaster/app/build.gradle.kts b/Notesmaster/app/build.gradle.kts index 2d6470f..b6f57b4 100644 --- a/Notesmaster/app/build.gradle.kts +++ b/Notesmaster/app/build.gradle.kts @@ -16,14 +16,6 @@ android { testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } - packaging { - resources.excludes.add("META-INF/DEPENDENCIES"); - resources.excludes.add("META-INF/NOTICE"); - resources.excludes.add("META-INF/LICENSE"); - resources.excludes.add("META-INF/LICENSE.txt"); - resources.excludes.add("META-INF/NOTICE.txt"); - } - buildTypes { release { isMinifyEnabled = false @@ -65,4 +57,11 @@ dependencies { androidTestImplementation(libs.ext.junit) androidTestImplementation(libs.espresso.core) + + + + implementation(files("D:\\Code\\AndroidCode\\Notesmaster\\httpcomponents-client-4.5.14-bin\\lib\\httpclient-osgi-4.5.14.jar")) + implementation(files("D:\\Code\\AndroidCode\\Notesmaster\\httpcomponents-client-4.5.14-bin\\lib\\httpclient-win-4.5.14.jar")) + implementation(files("D:\\Code\\AndroidCode\\Notesmaster\\httpcomponents-client-4.5.14-bin\\lib\\httpcore-4.4.16.jar")) + } \ No newline at end of file