LogcatReporter
LogcatReporter copied to clipboard
Add no-op library
I love this library but I had a problem, when I develop your library breaking my filters for logcat. So I add another library with empty functions.
You can try with
releaseImplementation 'com.github.filol.LogcatReporter:library:jitpack-SNAPSHOT'
debugImplementation 'com.github.filol.LogcatReporter:library-no-op:jitpack-SNAPSHOT'
I also took the opportunity to update the imports