|
|
@ -37,11 +37,16 @@ dependencies {
|
|
|
|
implementation(libs.material)
|
|
|
|
implementation(libs.material)
|
|
|
|
implementation(libs.activity)
|
|
|
|
implementation(libs.activity)
|
|
|
|
implementation(libs.constraintlayout)
|
|
|
|
implementation(libs.constraintlayout)
|
|
|
|
implementation(fileTree(mapOf(
|
|
|
|
// 部分需要重新修改
|
|
|
|
"dir" to "E:\\迅雷下载\\lib",
|
|
|
|
// implementation(fileTree(mapOf(
|
|
|
|
"include" to listOf("*.aar", "*.jar"),
|
|
|
|
// "dir" to "D:\\Code\\AndroidCode\\Notesmaster\\httpcomponents-client-4.5.14-bin\\lib",
|
|
|
|
"exclude" to listOf("")
|
|
|
|
// "include" to listOf("*.aar", "*.jar"),
|
|
|
|
)))
|
|
|
|
// "exclude" to listOf("")
|
|
|
|
|
|
|
|
// )))
|
|
|
|
|
|
|
|
//修改为如下代码:
|
|
|
|
|
|
|
|
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"))
|
|
|
|
testImplementation(libs.junit)
|
|
|
|
testImplementation(libs.junit)
|
|
|
|
androidTestImplementation(libs.ext.junit)
|
|
|
|
androidTestImplementation(libs.ext.junit)
|
|
|
|
androidTestImplementation(libs.espresso.core)
|
|
|
|
androidTestImplementation(libs.espresso.core)
|
|
|
|