|
|
@@ -44,17 +44,19 @@ dependencies {
|
|
|
//api 'androidx.navigation:navigation-ui:2.3.1'
|
|
|
//api 'androidx.lifecycle:lifecycle-extensions:2.2.0'
|
|
|
|
|
|
- // 带行号的Log
|
|
|
- api 'com.github.zhaokaiqiang.klog:library:1.6.0'
|
|
|
-
|
|
|
- // 查看内存泄露
|
|
|
- debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.1'
|
|
|
+ api 'androidx.appcompat:appcompat:1.3.0-alpha02'
|
|
|
|
|
|
// 防止Retrofit内存泄露
|
|
|
api 'com.trello.rxlifecycle3:rxlifecycle:3.1.0'
|
|
|
api 'com.trello.rxlifecycle3:rxlifecycle-android:3.1.0'
|
|
|
api 'com.trello.rxlifecycle3:rxlifecycle-components:3.1.0'
|
|
|
|
|
|
+ // 带行号的Log
|
|
|
+ api 'com.github.zhaokaiqiang.klog:library:1.6.0'
|
|
|
+
|
|
|
+ // 查看内存泄露
|
|
|
+ debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.1'
|
|
|
+
|
|
|
// 漂亮的TabLayout
|
|
|
api 'com.flyco.tablayout:FlycoTabLayout_Lib:2.1.2@aar'
|
|
|
|