0

I can't add Firebase database in my application and when I remove ":15.0.0" the point 2 is disable.can't resolve disable

  • Possible duplicate of [Failed to resolve: recyclerview-v7](https://stackoverflow.com/questions/50891617/failed-to-resolve-recyclerview-v7) – Radesh Oct 24 '18 at 14:36
  • @Radesh no google() and jcenter() are in this order – Zstzbxn Oct 24 '18 at 14:44

1 Answers1

1

Remove the 15.0.0. You can't have two versions listed. You should also read the error you get instead of just posting it. It tells you exactly what to do.

You need to implement firebase-core:

implementation 'com.google.firebase:firebase-core:16.0.4'
TheWanderer
  • 16,775
  • 6
  • 49
  • 63