LogcatReporter icon indicating copy to clipboard operation
LogcatReporter copied to clipboard

Add no-op library

Open filol opened this issue 7 years ago • 0 comments

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

filol avatar Aug 08 '18 14:08 filol