jar包冲突

pull/3/head
ggg 9 months ago
parent a86eb24358
commit d025cb2631

@ -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)

Loading…
Cancel
Save