mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 12:09:50 +08:00
更新类库版本,使用GitHub推向https://jitpack.io网站编译的类库仓库。
This commit is contained in:
@@ -34,9 +34,23 @@ dependencies {
|
||||
// 添加JSch依赖(SFTP核心,com.jcraft:jsch:0.1.54)
|
||||
api 'com.jcraft:jsch:0.1.54'
|
||||
|
||||
// 米盟
|
||||
api 'com.miui.zeus:mimo-ad-sdk:5.3.+'//请使用最新版sdk
|
||||
//注意:以下5个库必须要引入
|
||||
//implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
api 'androidx.recyclerview:recyclerview:1.0.0'
|
||||
api 'com.google.code.gson:gson:2.8.5'
|
||||
api 'com.github.bumptech.glide:glide:4.9.0'
|
||||
//annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
api 'cc.winboll.studio:libaes:15.20.3'
|
||||
api 'cc.winboll.studio:libappbase:15.20.15'
|
||||
//api 'cc.winboll.studio:libappbase:15.20.20'
|
||||
//api 'cc.winboll.studio:libaes:15.20.8'
|
||||
|
||||
// 备用库 jitpack.io 地址
|
||||
api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.20'
|
||||
api 'com.github.ZhanGSKen:libaes:aes-v15.20.8'
|
||||
|
||||
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Fri May 15 08:48:45 GMT 2026
|
||||
#Wed May 20 12:18:55 GMT 2026
|
||||
stageCount=2
|
||||
libraryProject=libwinboll
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.1
|
||||
buildCount=7
|
||||
buildCount=8
|
||||
baseBetaVersion=15.20.2
|
||||
|
||||
@@ -104,5 +104,13 @@ dependencies {
|
||||
implementation 'com.termux:terminal-view:0.118.0'
|
||||
implementation 'com.termux:termux-shared:0.118.0'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
//api 'cc.winboll.studio:libappbase:15.20.20'
|
||||
//api 'cc.winboll.studio:libaes:15.20.8'
|
||||
|
||||
// 备用库 jitpack.io 地址
|
||||
api 'com.github.ZhanGSKen:libappbase:appbase-v15.20.20'
|
||||
api 'com.github.ZhanGSKen:libaes:aes-v15.20.8'
|
||||
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Fri May 15 08:48:45 GMT 2026
|
||||
#Wed May 20 12:19:48 GMT 2026
|
||||
stageCount=2
|
||||
libraryProject=libwinboll
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.1
|
||||
buildCount=7
|
||||
buildCount=8
|
||||
baseBetaVersion=15.20.2
|
||||
|
||||
Reference in New Issue
Block a user