-
Notifications
You must be signed in to change notification settings - Fork 7
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
Not Compatible With Timber 5 #11
Comments
Timber 5 is binary compatible with 4.X according to Jake Wharton (https://github.com/JakeWharton/timber/releases/tag/5.0.0). As in any library, you can simply exclude the dependency from lumberjack and add your own timber version instead. Also, feel free to fork and update the library and create a pull request - I probably will update it but don't know when yet... |
Thanks for your reply. Yes, you're right. That's what it states in the release notes. However, I couldn't get Lumberjack to work with Timber5 🤔 It's not a priority for now since we can continue using the previous version. |
I get the following error when I try to use Lumberjack with Timber 5.0.1
Looks like the tag is not public API anymore in Timber 5
|
I opened an issue here: JakeWharton/timber#477 I don't think it will be changed because timber looks quite abandoned, but I think, updating to timber 5 is not that important as you get all kotlin features from lumberjack anyways and timber is just hidden internally... So for now I'll close this issue. Note I could upgrade to timber v5, but this would mean I'd need to access the tag in |
Lumberjack uses a hardcoded dependency on Timber 4.7.1 which is not backwards compatible with Timber 5.
The text was updated successfully, but these errors were encountered: