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

Updating latest Firebase version in my project having issue with LivePerson firebase version #65

Open
sandygoria opened this issue Jul 23, 2018 · 1 comment

Comments

@sandygoria
Copy link

I have updated my Firebase version to 16.0.1 and getting issue
Failed to capture snapshot of input files for task ':app:preDevelopDebugBuild' property 'compileManifests' during up-to-date check.

The library com.google.android.gms:play-services-basement is being requested by various other libraries at [[11.0.2,11.0.2], [15.0.1,15.0.1]], but resolves to 15.0.1. Disable the plugin and check your dependencies.

But LivePerson is using 11.0.2 which is creating issues in compiling App

@elyse-swoverland
Copy link

I'm having the same issue. As a temporary workaround, I put line this directly under where I put "apply plugin: 'com.google.gms.google-services'" in my app module gradle file:
GoogleServicesPlugin.config.disableVersionCheck = true

Hopefully that helps until there is a fix.

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