设置 Gradle 类库引用方式为 API 传递依赖。
This commit is contained in:
		| @@ -46,22 +46,4 @@ android { | ||||
| dependencies { | ||||
| 	api project(':libapputils') | ||||
|     api fileTree(dir: 'libs', include: ['*.jar']) | ||||
|  | ||||
|     // 二维码类库 | ||||
|     implementation 'com.google.zxing:core:3.4.1' | ||||
|     implementation 'com.journeyapps:zxing-android-embedded:3.6.0' | ||||
|      | ||||
|     // 网络连接类库 | ||||
|     //implementation 'com.squareup.okhttp3:okhttp:4.4.1' | ||||
|      | ||||
|     // Html 解析 | ||||
|     //implementation 'org.jsoup:jsoup:1.13.1' | ||||
|      | ||||
|     // SSH | ||||
|     //implementation 'com.jcraft:jsch:0.1.55' | ||||
|      | ||||
|     // 应用介绍页类库 | ||||
|     //implementation 'io.github.medyo:android-about-page:2.0.0' | ||||
|      | ||||
|     implementation 'cc.winboll.studio:libappbase:15.0.5' | ||||
| } | ||||
|   | ||||
| @@ -1,8 +1,8 @@ | ||||
| #Created by .winboll/winboll_app_build.gradle | ||||
| #Thu Mar 20 01:24:02 HKT 2025 | ||||
| #Thu Mar 20 17:35:12 GMT 2025 | ||||
| stageCount=8 | ||||
| libraryProject=libapputils | ||||
| baseVersion=15.0 | ||||
| publishVersion=15.0.7 | ||||
| buildCount=0 | ||||
| buildCount=4 | ||||
| baseBetaVersion=15.0.8 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ZhanGSKen
					ZhanGSKen