-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LeakCanary library #10085
Update LeakCanary library #10085
Conversation
Version 2.11 has been released yesterday and it fixes some bugs. Could you bump the version update to this version and try to see if everything still works fine? |
912240d
to
d2d083a
Compare
Done. Things look fine. |
d2d083a
to
6775f20
Compare
Kudos, SonarCloud Quality Gate passed! |
6775f20
to
db7de05
Compare
Kudos, SonarCloud Quality Gate passed! |
implementation "com.squareup.leakcanary:leakcanary-object-watcher-android:${leakCanaryVersion}" | ||
implementation "com.squareup.leakcanary:plumber-android:${leakCanaryVersion}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmmh, why are these not debugImplementation
?
I get this crash when Android Studio tries to lauch the app after installing it. It's an endless loop. Debug builds cannot be run.
|
What is it?
Description of the changes in your PR
APK testing
The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.
Due diligence