-
Notifications
You must be signed in to change notification settings - Fork 1
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
3rd party dependencies issues #12
Comments
@peter-budo: Does this mean that it's "OK" at the moment, just that one can't really update the dependencies if they happen to use ! |
You have to ask yourself if these libraries are that useful as to stick with them or you can actually do that extra leg work and have it done in your code and be free of unnecessary dependencies. |
Would a third alternative be to help them update their own dependencies? 😊
…On Mon, Jul 10, 2017, 11:01 Peter Mikloško ***@***.***> wrote:
You have to ask yourself if these libraries are that useful as to stick
with them or you can actually do that extra leg work and have it done in
your code and be free of unnecessary dependencies.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA7w0HzpGGiKK2ge0gq_SGnKk3cbJH_Rks5sMehQgaJpZM4OSGQu>
.
|
Not a solution if owner is not doing further development on it and it is only you pushing for change on depended libraries. I would prefer own code, this is not 2012 and need for ActionBarSherlock 😉 |
I was trying to got tools up to date and got blocked by
After examining dependencies
gradle -q dependencies app:dependencies --configuration compile
found thatand
are depended on support library 25.3.1 therefore blocking update to higher version
The text was updated successfully, but these errors were encountered: