Skip to content

Latest commit

 

History

History
 
 

comLibs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

应用该库修改

1.bugly (1)修改 constants.kt Bugly_AppID 值 (2)替换 build.gradle 中的bugly值

库引用

1.AndroidPerformanceMonitor 卡顿优化: https://github.com/markzhai/AndroidPerformanceMonitor/blob/master/README_CN.md 2.Leakcanary 内存优化: https://github.com/square/leakcanary 3.constraintlayout 约束布局: implementation 'androidx.constraintlayout:constraintlayout:2.1.0-alpha1' 4.全局异常捕获 工具使用 5.MMKV 代替SP: https://github.com/Tencent/MMKV 6.FreeReflection androidP开启反射: https://github.com/tiann/FreeReflection 7.AndroidAutoSize 屏幕适配: https://github.com/JessYanCoding/AndroidAutoSize 8.lottile 动画: https://github.com/airbnb/lottie-android 9.bugly 升级/异常上报 https://bugly.qq.com/v2/downloads

distributionUrl=file:///E:/As/gradle-5.2.1-all.zip

未处理:bugly升级