You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
But LivePerson is using 11.0.2 which is creating issues in compiling App
The text was updated successfully, but these errors were encountered: