Skip to content

Commit

Permalink
完善基础组件库
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchong211 committed Mar 7, 2023
1 parent 3910ef0 commit f96c681
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 111 deletions.
3 changes: 3 additions & 0 deletions AppCallStatus/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'
apply from: rootProject.projectDir.absolutePath + "/yc.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'


android {
compileSdkVersion rootProject.ext.android["compileSdkVersion"]
Expand Down
3 changes: 3 additions & 0 deletions AppFastSp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'
apply from: rootProject.projectDir.absolutePath + "/yc.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'


android {
compileSdkVersion rootProject.ext.android["compileSdkVersion"]
Expand Down
3 changes: 3 additions & 0 deletions AppGrayLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'
apply from: rootProject.projectDir.absolutePath + "/yc.gradle"
//迁移到jitpack
apply plugin: 'com.github.dcendents.android-maven'


android {
compileSdkVersion rootProject.ext.android["compileSdkVersion"]
Expand Down
222 changes: 111 additions & 111 deletions CommonBusiness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,118 +29,118 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation rootProject.ext.dependencies["appcompat"]
implementation rootProject.ext.dependencies["annotation"]
//base基类
implementation 'com.github.yangchong211.YCCommonLib:BaseClassLib:1.4.4'
implementation 'com.github.yangchong211.YCCommonLib:ComponentLib:1.4.4'
//工具类utils
implementation 'com.github.yangchong211.YCCommonLib:ToolUtilsLib:1.4.4'
//activity栈管理
implementation 'com.github.yangchong211.YCCommonLib:ActivityManager:1.4.4'
//通用缓存存储库,支持sp,fastsp,mmkv,lruCache,DiskLruCache等
implementation 'com.github.yangchong211.YCCommonLib:AppBaseStore:1.4.4'
//通用日志输出库
implementation 'com.github.yangchong211.YCCommonLib:AppLogLib:1.4.4'
//app重启库
implementation 'com.github.yangchong211.YCCommonLib:AppRestartLib:1.4.4'
//intent内容输出到控制台
implementation 'com.github.yangchong211.YCCommonLib:SafeIntentLib:1.4.4'
//通用组件接口库
implementation 'com.github.yangchong211.YCCommonLib:AppCommonInter:1.4.4'
//各种广播监听哭
implementation 'com.github.yangchong211.YCCommonLib:AppStatusLib:1.4.4'
//基建库
implementation 'com.github.yangchong211.YCCommonLib:ArchitectureLib:1.4.4'
//同上上报库
implementation 'com.github.yangchong211.YCCommonLib:EventUploadLib:1.4.4'
//权限库
implementation 'com.github.yangchong211.YCCommonLib:AppPermission:1.4.4'
//Lru磁盘缓存库
implementation 'com.github.yangchong211.YCCommonLib:AppLruDisk:1.4.4'
//Lru内存缓存库
implementation 'com.github.yangchong211.YCCommonLib:AppLruCache:1.4.4'
//fragment生命周期监听库
implementation 'com.github.yangchong211.YCCommonLib:FragmentManager:1.4.4'
//反射工具库
implementation 'com.github.yangchong211.YCCommonLib:ReflectionLib:1.4.4'
//App启动优化库
implementation 'com.github.yangchong211.YCCommonLib:ParallelTaskLib:1.4.4'
//Context上下文库
implementation 'com.github.yangchong211.YCCommonLib:AppContextLib:1.4.4'
//加解密库
implementation 'com.github.yangchong211.YCCommonLib:AppEncryptLib:1.4.4'
//handler包装库
implementation 'com.github.yangchong211.YCCommonLib:AppHandlerLib:1.4.4'
//Application库
implementation 'com.github.yangchong211.YCCommonLib:ApplicationLib:1.4.4'
//store磁盘分区库
implementation 'com.github.yangchong211.YCCommonLib:AppMediaStore:1.4.4'
//内存
implementation 'com.github.yangchong211.YCCommonLib:ToolMemoryLib:1.4.4'
//屏幕截屏库
implementation 'com.github.yangchong211.YCCommonLib:AppScreenLib:1.4.4'
//Wi-Fi库
implementation 'com.github.yangchong211.YCCommonLib:AppWiFiLib:1.4.4'
//Vp相关适配器库
implementation 'com.github.yangchong211.YCCommonLib:BaseVpAdapter:1.4.4'
//io流读写库
implementation 'com.github.yangchong211.YCCommonLib:FileIoHelper:1.4.4'
//图片工具库
implementation 'com.github.yangchong211.YCCommonLib:ImageToolLib:1.4.4'
//网络判断库
implementation 'com.github.yangchong211.YCCommonLib:NetWorkLib:1.4.4'
//手机
implementation 'com.github.yangchong211.YCCommonLib:PhoneSensor:1.4.4'
//File文件库
implementation 'com.github.yangchong211.YCCommonLib:ToolFileLib:1.4.4'
//Zip压缩库
implementation 'com.github.yangchong211.YCCommonLib:ZipFileLib:1.4.4'
//图片压缩
implementation 'com.github.yangchong211.YCCommonLib:AppCompress:1.4.4'
//App置灰方案实践库
implementation 'com.github.yangchong211.YCCommonLib:AppGrayLib:1.4.4'
//来电和去电监听
implementation 'com.github.yangchong211.YCCommonLib:AppCallStatus:1.4.4'
// //base基类
// implementation 'com.github.yangchong211.YCCommonLib:BaseClassLib:1.4.4'
// implementation 'com.github.yangchong211.YCCommonLib:ComponentLib:1.4.4'
// //工具类utils
// implementation 'com.github.yangchong211.YCCommonLib:ToolUtilsLib:1.4.4'
// //activity栈管理
// implementation 'com.github.yangchong211.YCCommonLib:ActivityManager:1.4.4'
// //通用缓存存储库,支持sp,fastsp,mmkv,lruCache,DiskLruCache等
// implementation 'com.github.yangchong211.YCCommonLib:AppBaseStore:1.4.4'
// //通用日志输出库
// implementation 'com.github.yangchong211.YCCommonLib:AppLogLib:1.4.4'
// //app重启库
// implementation 'com.github.yangchong211.YCCommonLib:AppRestartLib:1.4.4'
// //intent内容输出到控制台
// implementation 'com.github.yangchong211.YCCommonLib:SafeIntentLib:1.4.4'
// //通用组件接口库
// implementation 'com.github.yangchong211.YCCommonLib:AppCommonInter:1.4.4'
// //各种广播监听哭
// implementation 'com.github.yangchong211.YCCommonLib:AppStatusLib:1.4.4'
// //基建库
// implementation 'com.github.yangchong211.YCCommonLib:ArchitectureLib:1.4.4'
// //同上上报库
// implementation 'com.github.yangchong211.YCCommonLib:EventUploadLib:1.4.4'
// //权限库
// implementation 'com.github.yangchong211.YCCommonLib:AppPermission:1.4.4'
// //Lru磁盘缓存库
// implementation 'com.github.yangchong211.YCCommonLib:AppLruDisk:1.4.4'
// //Lru内存缓存库
// implementation 'com.github.yangchong211.YCCommonLib:AppLruCache:1.4.4'
// //fragment生命周期监听库
// implementation 'com.github.yangchong211.YCCommonLib:FragmentManager:1.4.4'
// //反射工具库
// implementation 'com.github.yangchong211.YCCommonLib:ReflectionLib:1.4.4'
// //App启动优化库
// implementation 'com.github.yangchong211.YCCommonLib:ParallelTaskLib:1.4.4'
// //Context上下文库
// implementation 'com.github.yangchong211.YCCommonLib:AppContextLib:1.4.4'
// //加解密库
// implementation 'com.github.yangchong211.YCCommonLib:AppEncryptLib:1.4.4'
// //handler包装库
// implementation 'com.github.yangchong211.YCCommonLib:AppHandlerLib:1.4.4'
// //Application库
// implementation 'com.github.yangchong211.YCCommonLib:ApplicationLib:1.4.4'
// //store磁盘分区库
// implementation 'com.github.yangchong211.YCCommonLib:AppMediaStore:1.4.4'
// //内存
// implementation 'com.github.yangchong211.YCCommonLib:ToolMemoryLib:1.4.4'
// //屏幕截屏库
// implementation 'com.github.yangchong211.YCCommonLib:AppScreenLib:1.4.4'
// //Wi-Fi库
// implementation 'com.github.yangchong211.YCCommonLib:AppWiFiLib:1.4.4'
// //Vp相关适配器库
// implementation 'com.github.yangchong211.YCCommonLib:BaseVpAdapter:1.4.4'
// //io流读写库
// implementation 'com.github.yangchong211.YCCommonLib:FileIoHelper:1.4.4'
// //图片工具库
// implementation 'com.github.yangchong211.YCCommonLib:ImageToolLib:1.4.4'
// //网络判断库
// implementation 'com.github.yangchong211.YCCommonLib:NetWorkLib:1.4.4'
// //手机
// implementation 'com.github.yangchong211.YCCommonLib:PhoneSensor:1.4.4'
// //File文件库
// implementation 'com.github.yangchong211.YCCommonLib:ToolFileLib:1.4.4'
// //Zip压缩库
// implementation 'com.github.yangchong211.YCCommonLib:ZipFileLib:1.4.4'
// //图片压缩
// implementation 'com.github.yangchong211.YCCommonLib:AppCompress:1.4.4'
// //App置灰方案实践库
// implementation 'com.github.yangchong211.YCCommonLib:AppGrayLib:1.4.4'
// //来电和去电监听
// implementation 'com.github.yangchong211.YCCommonLib:AppCallStatus:1.4.4'
//


//公共类
// 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: ':AppBaseStore')
// 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')
// implementation project(path: ':DownloadHelper')
// implementation project(path: ':FileIoHelper')
// implementation project(path: ':ImageToolLib')
// implementation project(path: ':NetWorkLib')
// implementation project(path: ':PhoneSensor')
// implementation project(path: ':ToolFileLib')
// implementation project(path: ':ZipFileLib')
// implementation project(path: ':ApplicationLib')
// implementation project(path: ':AppGrayLib')
// implementation project(path: ':AppCallStatus')
// implementation project(path: ':AppFastSp')
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: ':AppBaseStore')
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')
implementation project(path: ':DownloadHelper')
implementation project(path: ':FileIoHelper')
implementation project(path: ':ImageToolLib')
implementation project(path: ':NetWorkLib')
implementation project(path: ':PhoneSensor')
implementation project(path: ':ToolFileLib')
implementation project(path: ':ZipFileLib')
implementation project(path: ':ApplicationLib')
implementation project(path: ':AppGrayLib')
implementation project(path: ':AppCallStatus')
implementation project(path: ':AppFastSp')
}

0 comments on commit f96c681

Please sign in to comment.