We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d0006 commit 2600becCopy full SHA for 2600bec
1 file changed
app/build.gradle
@@ -250,8 +250,8 @@ dependencies {
250
}
251
252
// 内存泄漏监测框架:https://github.com/square/leakcanary
253
- debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
254
- previewImplementation 'com.squareup.leakcanary:leakcanary-android:2.14'
+ debugImplementation 'com.squareup.leakcanary:leakcanary-android:3.0-alpha-8'
+ previewImplementation 'com.squareup.leakcanary:leakcanary-android:3.0-alpha-8'
255
256
// 软键盘遮挡解决方案:https://github.com/liangjingkanji/soft-input-event
257
implementation 'com.github.liangjingkanji:soft-input-event:1.0.9'
0 commit comments