Linjiajia
2023-03-20 25b98735c5c0cbe40a07ae91a9fb2b204d9166b7
app_base/build.gradle
@@ -55,4 +55,16 @@
    //Cookie 持久化
    api 'com.github.franmontiel:PersistentCookieJar:v1.0.1'
    // 标题栏框架:https://github.com/getActivity/TitleBar
    api 'com.github.getActivity:TitleBar:10.0'
    // 基础依赖包,必须要依赖
    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'
    //内存泄露工具
    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
}