合并 WinBoLL 项目

This commit is contained in:
2026-05-20 22:00:01 +08:00
parent bee443d68e
commit e15fd83fd7
5 changed files with 29 additions and 7 deletions

View File

@@ -34,9 +34,23 @@ dependencies {
// 添加JSch依赖SFTP核心com.jcraft:jsch:0.1.54 // 添加JSch依赖SFTP核心com.jcraft:jsch:0.1.54
api '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 地址 // WinBoLL库 nexus.winboll.cc 地址
api 'cc.winboll.studio:libaes:15.20.3' //api 'cc.winboll.studio:libappbase:15.20.20'
api 'cc.winboll.studio:libappbase:15.20.15' //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']) api fileTree(dir: 'libs', include: ['*.jar'])
} }

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #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 stageCount=2
libraryProject=libwinboll libraryProject=libwinboll
baseVersion=15.20 baseVersion=15.20
publishVersion=15.20.1 publishVersion=15.20.1
buildCount=7 buildCount=8
baseBetaVersion=15.20.2 baseBetaVersion=15.20.2

View File

@@ -21,7 +21,7 @@ WinBoLL 网站浏览器。
1. Fork 本仓库 1. Fork 本仓库
2. 新建 Feat_xxx 分支 2. 新建 Feat_xxx 分支
3. 提交代码 : ZhanGSKen(ZhanGSKen<zhangsken@188.com>) 3. 提交代码 : ZhanGSKen(ZhanGSKen<ZhanGSKen@QQ.COM>)
4. 新建 Pull Request 4. 新建 Pull Request

View File

@@ -104,5 +104,13 @@ dependencies {
implementation 'com.termux:terminal-view:0.118.0' implementation 'com.termux:terminal-view:0.118.0'
implementation 'com.termux:termux-shared: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']) api fileTree(dir: 'libs', include: ['*.jar'])
} }

View File

@@ -1,8 +1,8 @@
#Created by .winboll/winboll_app_build.gradle #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 stageCount=2
libraryProject=libwinboll libraryProject=libwinboll
baseVersion=15.20 baseVersion=15.20
publishVersion=15.20.1 publishVersion=15.20.1
buildCount=7 buildCount=8
baseBetaVersion=15.20.2 baseBetaVersion=15.20.2