|
@@ -103,9 +103,9 @@ dependencies {
|
|
|
/**
|
|
|
* 内存泄漏监控
|
|
|
*/
|
|
|
- debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
|
|
|
- releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
|
|
- testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
|
|
+ //debugCompile 'com.squareup.leakcanary:leakcanary-android:1.5.1'
|
|
|
+ //releaseCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
|
|
+ //testCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.5.1'
|
|
|
/**
|
|
|
* Kotlin依赖
|
|
|
*/
|