Fixed
Status Update
Comments
da...@google.com <da...@google.com>
na...@google.com <na...@google.com> #2
Feel free to disable the link check as a workaround.
The Gradle equivalent is:
android {
lintOptions {
disable "DialogFragmentCallbacksDetector"
}
}
Description