-
Notifications
You must be signed in to change notification settings - Fork 38
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
IllegalAccessError / conflict with GCM 8.3.0 library #55
Comments
Oh! Interesting...yes, there is a conflict that is coming from the I'll push an update, but an alternative would be to exclude the version of appcompat-v7 that WiseFy is bringing in. |
Thanks a lot ! |
This should do it until I release 1.0.10:
Thanks for reporting everything :) |
Thanks it's working :) |
Should be okay in 1.0.10 as well |
Hi,
First, thanks for all, I love your library and it's working good with a new project :)
When I add the library in an old project, after the compilation I have this error :
This is the line of the problem :
InstanceID instanceID = InstanceID.getInstance(this);
I have look the reason of this error and it seem it's because I use a version too old of my play-services.
compile 'com.google.android.gms:play-services:8.3.0'
But it's working without adding the lib wisefy so how can I isolate this problem because I don't want to update my library ?
The text was updated successfully, but these errors were encountered: