• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

Nagori

Newbie
Feb 7, 2019
13
0
I am adding firebase auth sdk but it showing an error i can't understand what is happening here please please help me.

Error: The library com.google.android.gms:play-services-basement is being requested by various other libraries at [[15.0.1,15.0.1]], but resolves to 16.1.0. Disable the plugin and check your dependencies tree using ./gradlew :app:dependencies.

while adding this one: implementation 'com.google.firebase:firebase-auth:16.1.0

build.gradle (app level)
implementation 'com.google.firebase:firebase-core:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.1.0'
apply plugin: 'com.google.gms.google-services'

build.gradle (project level)
classpath 'com.google.gms:google-services:4.0.2'
 

BEST TECH IN 2023

We've been tracking upcoming products and ranking the best tech since 2007. Thanks for trusting our opinion: we get rewarded through affiliate links that earn us a commission and we invite you to learn more about us.

Smartphones