-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
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
Check slf4j dependencies #3174
Comments
It seems ok, but why do you exclude("org.slf4j:slf4j-api") ? slf4j-api is the interface of the logging system. The only thing your "exclude" does is to force Gradle to take the version of slf4j that is brought transitively by slf4j-android-logger instead of the one from jsword - but in any case, it shouldn't make a difference as far as I know. |
Thank you for this explanation! Removed exclusion in bb0798f |
AndBible/jsword#14 (comment)
The text was updated successfully, but these errors were encountered: