-
-
Notifications
You must be signed in to change notification settings - Fork 949
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
Support library issue #338
Comments
This project also includes the support library. The versions must match. It looks like you're using an older version. |
I am using v25.3.1 which is the latest stable release at this time |
I need to release a new version with that version |
Can you make it such that your library dependencies don't affect the projects that use your library? |
This is really really hard on the jvm. |
@kshitij-sminq you can actually avoid this issue by excluding the support libraries in your application's gradle file, like so: compile ('com.wdullaer:materialdatetimepicker:3.2.2') {
exclude group: 'com.android.support'
} @wdullaer do you foresee any issues doing this, or would this maybe be worth including in the readme? It seems to fix the issue on my end. |
I wasn't aware you could do that with gradle. I'll add this to the FAQ in the readme, and if I ever require a particular version the support library I'll try to explicitly mention it. |
I get the following warning when I try to include your library. This issue came up when I updated your library from v2.1.2 to v3.1.3. I tried changing versions and found that this issue comes up on v3.0.0 and above. My support library version is 25.3.1
The text was updated successfully, but these errors were encountered: