I use the NativeScript plugin Firebase and the NativeScript plugin WonderPush. But when I try to compile for Android, I get an error :
FAILURE: Build failed with an exception.
* What went wrong:
Failed to capture snapshot of input files for task ':app:preDebugBuild' 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.4,11.0.4], [15.0.1,15.0.1]], but resolves to 15.0.1. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.
I think it's because Firebase plugin uses version 15.0.1 of the library while WonderPush uses version 11.0.4.
How can I fixed this conflict into my project? (I can't modify these plugins)
Thanks