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