升级 WinBoLL 库依赖版本并完善应用主题配置
- 升级 WinBoLL 库依赖版本至 15.20.x 系列: - libaes: 15.15.10 → 15.20.2 - libappbase: 15.15.23 → 15.20.9 - 完善 winboll 模块主题配置: - MyAppTheme 改用 Theme.AppCompat.Light.NoActionBar 解决 AppCompat 兼容问题 - 添加完整的应用主题属性定义 - 添加 MyDebugActivityTheme 调试主题 - 添加主窗口、工具栏、调试文字颜色定义
This commit is contained in:
@@ -31,8 +31,8 @@ dependencies {
|
||||
api 'com.jcraft:jsch:0.1.54'
|
||||
|
||||
// WinBoLL库 nexus.winboll.cc 地址
|
||||
api 'cc.winboll.studio:libaes:15.15.10'
|
||||
api 'cc.winboll.studio:libappbase:15.15.23'
|
||||
api 'cc.winboll.studio:libaes:15.20.2'
|
||||
api 'cc.winboll.studio:libappbase:15.20.9'
|
||||
|
||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user