Skip to content

Commit 2600bec

Browse files
committed
升级 LeakCanary 版本到 3.0-alpha-8
1 parent e1d0006 commit 2600bec

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ dependencies {
250250
}
251251

252252
// 内存泄漏监测框架:https://github.com/square/leakcanary
253-
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
254-
previewImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
253+
debugImplementation 'com.squareup.leakcanary:leakcanary-android:3.0-alpha-8'
254+
previewImplementation 'com.squareup.leakcanary:leakcanary-android:3.0-alpha-8'
255255

256256
// 软键盘遮挡解决方案:https://github.com/liangjingkanji/soft-input-event
257257
implementation 'com.github.liangjingkanji:soft-input-event:1.0.9'

0 commit comments

Comments
 (0)