We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I added com.github.anrwatchdaog:anrwatchdog:1.4.0 but still cant find ANRWatchDog and ANRError I tried it in the test app
com.github.anrwatchdaog:anrwatchdog:1.4.0
ANRWatchDog
ANRError
dependencies { // implementation project(':anr-watchdog') implementation 'com.github.anrwatchdaog:anrwatchdog:1.4.0' implementation 'com.android.support.constraint:constraint-layout:1.1.3' }
The text was updated successfully, but these errors were encountered:
@SalomonBrys
Sorry, something went wrong.
Same here.
Hey, It is available on jcenter so you have to write jcenter() in app level build.gradle.
No branches or pull requests
I added
com.github.anrwatchdaog:anrwatchdog:1.4.0
but still cant findANRWatchDog
andANRError
I tried it in the test app
The text was updated successfully, but these errors were encountered: