更改类库引用方式
This commit is contained in:
		@@ -45,7 +45,8 @@ android {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    implementation project(':libappbase')
 | 
					    implementation project(':libappbase')
 | 
				
			||||||
	implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
						
 | 
				
			||||||
 | 
					    api fileTree(dir: 'libs', include: ['*.jar'])
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    // SSH
 | 
					    // SSH
 | 
				
			||||||
    implementation 'com.jcraft:jsch:0.1.55'
 | 
					    implementation 'com.jcraft:jsch:0.1.55'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
#Created by .winboll/winboll_app_build.gradle
 | 
					#Created by .winboll/winboll_app_build.gradle
 | 
				
			||||||
#Sat Mar 08 02:31:11 HKT 2025
 | 
					#Fri Mar 07 19:37:03 GMT 2025
 | 
				
			||||||
stageCount=2
 | 
					stageCount=2
 | 
				
			||||||
libraryProject=libappbase
 | 
					libraryProject=libappbase
 | 
				
			||||||
baseVersion=2.1
 | 
					baseVersion=2.1
 | 
				
			||||||
publishVersion=2.1.1
 | 
					publishVersion=2.1.1
 | 
				
			||||||
buildCount=0
 | 
					buildCount=1
 | 
				
			||||||
baseBetaVersion=2.1.2
 | 
					baseBetaVersion=2.1.2
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -20,7 +20,7 @@ android {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
dependencies {
 | 
					dependencies {
 | 
				
			||||||
    implementation fileTree(dir: 'libs', include: ['*.jar'])
 | 
					    api fileTree(dir: 'libs', include: ['*.jar'])
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
    // SSH
 | 
					    // SSH
 | 
				
			||||||
    implementation 'com.jcraft:jsch:0.1.55'
 | 
					    implementation 'com.jcraft:jsch:0.1.55'
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,8 +1,8 @@
 | 
				
			|||||||
#Created by .winboll/winboll_app_build.gradle
 | 
					#Created by .winboll/winboll_app_build.gradle
 | 
				
			||||||
#Sat Mar 08 02:31:02 HKT 2025
 | 
					#Fri Mar 07 19:37:03 GMT 2025
 | 
				
			||||||
stageCount=2
 | 
					stageCount=2
 | 
				
			||||||
libraryProject=libappbase
 | 
					libraryProject=libappbase
 | 
				
			||||||
baseVersion=2.1
 | 
					baseVersion=2.1
 | 
				
			||||||
publishVersion=2.1.1
 | 
					publishVersion=2.1.1
 | 
				
			||||||
buildCount=0
 | 
					buildCount=1
 | 
				
			||||||
baseBetaVersion=2.1.2
 | 
					baseBetaVersion=2.1.2
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user