app_base/build.gradle
@@ -58,12 +58,16 @@ // 标题栏框架:https://github.com/getActivity/TitleBar api 'com.github.getActivity:TitleBar:10.0' // 屏幕适配 api 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1' // 基础依赖包,必须要依赖 api 'com.geyifeng.immersionbar:immersionbar:3.2.2' // kotlin扩展(可选) // implementation 'com.geyifeng.immersionbar:immersionbar-ktx:3.2.2' //图片相关 api 'com.github.bumptech.glide:glide:4.11.0' annotationProcessor 'com.github.bumptech.glide:compiler:4.11.0' //内存泄露工具 debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'