You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JUnit should probably not be included in your release artefacts - it increases the size of your binary and for Android consumers, it causes Leak Canary to fail to run.
For those experiencing this issue, there's a simple enough workaround:
We're consuming a library that uses
mp4parser
under the hood.Running
./gradlew -q app:dependencies
gives us this output for ourdebugRuntimeClasspath
:JUnit should probably not be included in your release artefacts - it increases the size of your binary and for Android consumers, it causes Leak Canary to fail to run.
For those experiencing this issue, there's a simple enough workaround:
The text was updated successfully, but these errors were encountered: