mirror of
https://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-08-14 05:27:10 +08:00
fix(appbase): 添加appcompat依赖修复libaes资源链接错误
libaes AAR内部样式引用Theme.AppCompat主题,缺少appcompat依赖 导致资源链接失败,添加com.android.support:appcompat-v7:28.0.0
This commit is contained in:
@@ -52,6 +52,7 @@ dependencies {
|
|||||||
// WinBoLL库 nexus.winboll.cc 地址
|
// WinBoLL库 nexus.winboll.cc 地址
|
||||||
//api 'cc.winboll.studio:libappbase:15.20.+'
|
//api 'cc.winboll.studio:libappbase:15.20.+'
|
||||||
api 'cc.winboll.studio:libaes:15.20.21'
|
api 'cc.winboll.studio:libaes:15.20.21'
|
||||||
|
api 'com.android.support:appcompat-v7:28.0.0'
|
||||||
|
|
||||||
api fileTree(dir: 'libs', include: ['*.jar'])
|
api fileTree(dir: 'libs', include: ['*.jar'])
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue Jul 21 14:10:57 HKT 2026
|
#Tue Jul 21 16:20:53 HKT 2026
|
||||||
stageCount=4
|
stageCount=4
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.21
|
baseVersion=15.21
|
||||||
publishVersion=15.21.3
|
publishVersion=15.21.3
|
||||||
buildCount=0
|
buildCount=3
|
||||||
baseBetaVersion=15.21.4
|
baseBetaVersion=15.21.4
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Tue Jul 21 14:10:49 HKT 2026
|
#Tue Jul 21 16:20:53 HKT 2026
|
||||||
stageCount=4
|
stageCount=4
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.21
|
baseVersion=15.21
|
||||||
publishVersion=15.21.3
|
publishVersion=15.21.3
|
||||||
buildCount=0
|
buildCount=3
|
||||||
baseBetaVersion=15.21.4
|
baseBetaVersion=15.21.4
|
||||||
|
|||||||
Reference in New Issue
Block a user