Hi There,
I am using firebase analytics along with Admob SDK in my unity game. I am importing both via official firebase and admob unity packages. Issue is that both has different version which causing version conflict
Firebase: using 16.0.0 and Admob Using 12.0.1 version
AnalyticsDependencies.xml
com.google.firebase:firebase-analytics:16.0.0
GoogleMobileAdsDependencies.xml
com.google.android.gms:play-services-ads:12.0.1
Also sub dependency like
com.google.android.gms.play-services-nearby-license dont have 15.0.1 version. its only has 12.0.1 version.
I attached my gradle file with this message. Kindly guide me how to solve this ?
Note: if I changed everything to downward 12.0.1 then it working fine. But I want use latest version need solution for that.
Regards
Raj