Could Not Find Com.google.firebase:firebase-database:9.2.0
I was trying to install new firebase database into my app, but it was failed with next error: Error:Could not find com.google.firebase:firebase-database:9.2.0. Required by:
Solution 1:
You have to update/install Google Repository, revision 30 (Your android studio latest version).
Solution 2:
Instead of adding the project, Just add google services dependency to you root level gradle classpath 'com.google.gms:google-services:3.0.0'
and firebase database dependency to your app level gradle compile 'com.google.firebase:firebase-database:9.2.0'
Post a Comment for "Could Not Find Com.google.firebase:firebase-database:9.2.0"