Skip to content

Commit

Permalink
优化组件库
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchong211 committed Dec 1, 2022
1 parent 0f370c0 commit 38a6887
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
62 changes: 31 additions & 31 deletions CommonBusiness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ dependencies {
implementation rootProject.ext.dependencies["annotation"]
// //base基类
implementation 'com.github.yangchong211.YCCommonLib:BaseClassLib:1.3.5'
// implementation 'com.github.yangchong211.YCCommonLib:ComponentLib:1.3.8'
implementation 'com.github.yangchong211.YCCommonLib:ComponentLib:1.3.5'
//工具类utils
implementation 'com.github.yangchong211.YCCommonLib:ToolUtilsLib:1.3.8'
implementation 'com.github.yangchong211.YCCommonLib:ToolUtilsLib:1.3.5'
//activity栈管理
implementation 'com.github.yangchong211.YCCommonLib:ActivityManager:1.3.8'
//通用缓存存储库,支持sp,fastsp,mmkv,lruCache,DiskLruCache等
implementation 'com.github.yangchong211.YCCommonLib:AppBaseStore:1.3.8'
//通用日志输出库
implementation 'com.github.yangchong211.YCCommonLib:AppLogLib:1.3.8'
//app重启库
implementation 'com.github.yangchong211.YCCommonLib:AppRestartLib:1.3.6'
implementation 'com.github.yangchong211.YCCommonLib:AppRestartLib:1.3.5'
//intent内容输出到控制台
implementation 'com.github.yangchong211.YCCommonLib:SafeIntentLib:1.3.6'
implementation 'com.github.yangchong211.YCCommonLib:SafeIntentLib:1.3.5'
//通用组件接口库
implementation 'com.github.yangchong211.YCCommonLib:AppCommonInter:1.3.8'
//各种广播监听哭
Expand All @@ -56,8 +56,6 @@ dependencies {
implementation 'com.github.yangchong211.YCCommonLib:AppPermission:1.3.8'
//Lru磁盘缓存库
implementation 'com.github.yangchong211.YCCommonLib:AppLruDisk:1.3.8'
//Lru磁盘缓存库
implementation 'com.github.yangchong211.YCCommonLib:AppLruDisk:1.3.8'
//Lru内存缓存库
implementation 'com.github.yangchong211.YCCommonLib:AppLruCache:1.3.8'
//fragment生命周期监听库
Expand All @@ -73,9 +71,11 @@ dependencies {
//handler包装库
implementation 'com.github.yangchong211.YCCommonLib:AppHandlerLib:1.3.8'
//Application库
implementation 'com.github.yangchong211.YCCommonLib:ApplicationLib:1.3.8'
// implementation 'com.github.yangchong211.YCCommonLib:ApplicationLib:1.3.8'
//store磁盘分区库
implementation 'com.github.yangchong211.YCCommonLib:AppMediaStore:1.3.8'
//内存
implementation 'com.github.yangchong211.YCCommonLib:ToolMemoryLib:1.3.5'
// //屏幕截屏库
// implementation 'com.github.yangchong211.YCCommonLib:AppScreenLib:1.3.8'
// //Wi-Fi库
Expand All @@ -98,30 +98,30 @@ dependencies {
// implementation 'com.github.yangchong211.YCCommonLib:ApplicationLib:1.3.8'

//公共类
// implementation project(path: ':BaseClassLib')
// implementation project(path: ':ComponentLib')
// implementation project(path: ':ToolUtilsLib')
// implementation project(path: ':ActivityManager')
// implementation project(path: ':AppBaseStore')
// implementation project(path: ':AppLogLib')
// implementation project(path: ':AppRestartLib')
// implementation project(path: ':SafeIntentLib')
// implementation project(path: ':AppCommonInter')
// implementation project(path: ':AppStatusLib')
// implementation project(path: ':ArchitectureLib')
// implementation project(path: ':EventUploadLib')
// implementation project(path: ':AppLruDisk')
// implementation project(path: ':AppCompress')
// implementation project(path: ':AppLruCache')
// implementation project(path: ':AppPermission')
// implementation project(path: ':FragmentManager')
// implementation project(path: ':ToolMemoryLib')
// implementation project(path: ':ReflectionLib')
// implementation project(path: ':ParallelTaskLib')
// implementation project(path: ':AppContextLib')
// implementation project(path: ':AppEncryptLib')
// implementation project(path: ':AppHandlerLib')
// implementation project(path: ':AppMediaStore')
implementation project(path: ':BaseClassLib')
implementation project(path: ':ComponentLib')
implementation project(path: ':ToolUtilsLib')
implementation project(path: ':ActivityManager')
implementation project(path: ':AppBaseStore')
implementation project(path: ':AppLogLib')
implementation project(path: ':AppRestartLib')
implementation project(path: ':SafeIntentLib')
implementation project(path: ':AppCommonInter')
implementation project(path: ':AppStatusLib')
implementation project(path: ':ArchitectureLib')
implementation project(path: ':EventUploadLib')
implementation project(path: ':AppLruDisk')
implementation project(path: ':AppCompress')
implementation project(path: ':AppLruCache')
implementation project(path: ':AppPermission')
implementation project(path: ':FragmentManager')
implementation project(path: ':ToolMemoryLib')
implementation project(path: ':ReflectionLib')
implementation project(path: ':ParallelTaskLib')
implementation project(path: ':AppContextLib')
implementation project(path: ':AppEncryptLib')
implementation project(path: ':AppHandlerLib')
implementation project(path: ':AppMediaStore')
implementation project(path: ':AppScreenLib')
implementation project(path: ':AppWiFiLib')
implementation project(path: ':BaseVpAdapter')
Expand Down
1 change: 1 addition & 0 deletions ToolUtilsLib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation(rootProject.ext.dependencies["appcompat"])
implementation(rootProject.ext.dependencies["annotation"])

implementation project(path: ':EventUploadLib')
implementation project(path: ':AppCompress')
implementation project(path: ':AppEncryptLib')
Expand Down

0 comments on commit 38a6887

Please sign in to comment.