As we can see, spongycatstle library is a culprit here, and I don't see how it is using junit in main source set, so I believe dependency can be simply excluded.
Please, consider to exclude junit and hamcrest dependencies from your library to make it lighter and more consistent.
Hello! We're found a problem when tried to analyze our application's dependencies: idensic-mobile-sdk is providing junit dependency transitively:
This leads to some problems which we discovered:
As we can see, spongycatstle library is a culprit here, and I don't see how it is using junit in main source set, so I believe dependency can be simply excluded.
Please, consider to exclude junit and hamcrest dependencies from your library to make it lighter and more consistent.