Skip to content
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

Upgrade support library dependencies #98

Open
VRiznyk opened this issue Jun 1, 2017 · 3 comments
Open

Upgrade support library dependencies #98

VRiznyk opened this issue Jun 1, 2017 · 3 comments

Comments

@VRiznyk
Copy link

VRiznyk commented Jun 1, 2017

I'm using NTB in my project, and also I have latest "com.android.support:support-v4:25.3.1" dependency. And IDE compiler throw me warning about conflict beetwen different versions of support library: 25.3.1 and 23.2.1.

@ynogle
Copy link

ynogle commented Jun 6, 2017

devlight.io:navigationtabbar:1.2.5
com.android.support:design:23.2.1
com.android.support:support-v4:23.2.1 ➡ 25.3.1
com.android.support:appcompat-v7:23.2.1 ➡ 25.3.1
com.android.support:recyclerview-v7:23.2.1 ➡ 25.3.1

Error:(76, 0) Could not find method devlight.io:navigationtabbar:1.2.5() for arguments [build_119qns4wfwdrcvfncurs4mxou$_run_closure3$_closure14@d39326e] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
Open File

Still did not solve- -

@VRiznyk
Copy link
Author

VRiznyk commented Jun 6, 2017

Nope, I only write this issue.

@ynogle
Copy link

ynogle commented Jun 6, 2017

I solved it!!
You can add
compile 'com.android.support:design:25.3.1'
to your app-gradle,Then there is no warning

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants