-
Notifications
You must be signed in to change notification settings - Fork 123
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
How can i change the design support Library?? #64
Comments
How can i change this: to the current version of Support Libraries?? @paour @yavski @alanjcaceres @i906 @dstd Please help |
You don't have to, Gradle will use the highest version of all dependencies. Are you saying there is a conflict or bug with this lib when used with the latest Support lib? |
Yes; This mesaage: All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 25.3.1, 23.3.0. Examples include and the App takes about 5 secs before loading |
I doubt this would cause a 5s startup delay, which you can diagnose with a variety of tools. To avoid the warning, you can use Gradle androidDependencies to indentify where they're being pulled from, and include the latest version in your app's |
Thanks, for the info but i still don't understand why this message:
is showing on my gradle page. Should just ignore? |
@paour @chacongalvez I finally found a Fix. The Library uses card_view library version 23.3.0 If you wanna see for yourself goto FIX: note the inappropriate library (in this case Card View), goto android studio and import the correct version instead (25.3.1 is latest). Thanks |
How about adding this into your build.gradle of your app:
I mean, that pretty much works for any library you want to force into any build as long as the library doesn't involve breaking changes. |
Please see pull request #74 (sorry for bad Groovy code, please help!) |
Nevermind, I didn't really understand the Gradle system (I though this is a sub-project) |
@edge-developer , i have the same issue here, how to fix this. importing the latest version of card-view does not fix the issue |
go to \MyApp.idea\libraries directory to which library/libraries is/are out of line. |
Am Currently using support library 25.3.1 in my app how can i change the support library of this LIBRARY to match the one in my App??
@yavski
The text was updated successfully, but these errors were encountered: