|
|
|
|
@ -43,11 +43,10 @@ dependencies {
|
|
|
|
|
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("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")
|
|
|
|
|
"dir" to "..\\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)
|
|
|
|
|
|