I am working on a new app. Presently I am trying to add dependency
implementation 'com.google.firebase:firebase-ads:15.0.1'
Before insert row #38:
After insert row #38:
Any ideas how to best resolve this issue?
P.S. classpath 'com.google.gms:google-services:4.0.1'
One of your dependencies is internally using an older support library version. The best solution is to force it to use a newer one, just add this to dependencies:
implementation 'com.android.support:customtabs:27.1.1'
You should be able to resolve this by adding:
implementation 'com.android.support:customtabs:27.1.1'
You are receiving this error because the library you added has implemented an older version internally.
There is a similar discussion here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With