I am new to using cordova and struggling with an issue during the 'cordova build android' process. Every time I try to do so I encounter the following error:
The library com.google.android.gms:play-services-measurement-base is >being requested by various other libraries at [[15.0.2,15.0.2]], but >resolves to 15.0.4.
Based on a search the recommended fix is to update all the firebase and google play libraries but being new to this I am unsure of how to do this. Could someone elaborate on how to do this or provide a link to a documentation that does?
Thank you.
I have already tried:
Removing the android platform and adding it again
Updating all the cordova plugins
Analyzing the dependencies in Android studio
Inserting the following line of code to the bottom of my build.gradle file.
com.google.gms.googleservices.GoogleServicesPlugin.config.disableVersionCheck = true