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