diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5d54084..7a3ef46 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,7 +34,13 @@ dependencies { implementation(libs.material) implementation(libs.activity) implementation(libs.constraintlayout) - implementation(fileTree(mapOf("dir" to "D:\\ruanjiangongchengshiyan111gyl\\threezgl\\httpcomponents-client-4.5.14-bin\\lib", "include" to listOf("*.aar", "*.jar"), "exclude" to listOf()))) + implementation(fileTree(mapOf( + + "dir" to "D:\\\\ruanjiangongchengshiyan111gyl\\\\threezgl\\\\httpcomponents-client-4.5.14-bin\\\\lib", + "include" to listOf("*.aar", "*.jar"), + "exclude" to listOf("commons-codec-1.11.jar","httpclient-4.5.14.jar","httpclient-cache-4.5.14.jar", + "fluent-hc-4.5.14.jar","httpmime-4.5.14.jar") + ))) testImplementation(libs.junit) androidTestImplementation(libs.ext.junit) androidTestImplementation(libs.espresso.core)