diff --git a/README.md b/README.md index 2846051..e8be400 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,10 @@ byeByeJetifier { "shark/AndroidReferenceMatchers", // com.squareup.leakcanary:leakcanary-object-watcher-android-support-fragments:2.5 - "leakcanary/internal/AndroidSupportFragmentDestroyWatcher" + "leakcanary/internal/AndroidSupportFragmentDestroyWatcher", + + // com.squareup.leakcanary:leakcanary-android:2.8.1 + "curtains/internal/WindowCallbackWrapper" ] excludedProjectsFromScanning = [] // Here you can define a list of Gradle project names to be excluded from the scanning analysis excludeSupportAnnotations = true