-
Notifications
You must be signed in to change notification settings - Fork 143
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
Duplicate dependency error #15
Comments
Same, using compat:25.3.1, and maps:11.0.4. |
You can import my library and edit manually build.gradle or send a new PR and I will merge |
Sure. I'll do that.
Thanks
On Sep 23, 2017 10:16 PM, Michele Lacorte <[email protected]> wrote:
You can import my library and edit manually build.gradle or send a new PR and I will merge
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#15 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AMx651HQD3x8E4blmaYx2H7hmB1AN96bks5slTXfgaJpZM4O1rmG>.
|
I have the same issue. When I try to run with the dependency added, I get: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am already using
compile 'com.google.android.gms:play-services-auth:10.0.1'
in my build.gradle nad I have noted that SwipeableCard usingcom.google.android.gms:play-services-auth:8.4.0
Here is my compile error I am getting
All com.google.android.gms libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 8.4.0, 10.2.1. Examples include com.google.android.gms:play-services:8.4.0 and com.google.android.gms:play-services-auth:10.2.1 less... (Ctrl+F1)
Do we have any way to override only play-services-auth library gradle?
The text was updated successfully, but these errors were encountered: