6

Error:A problem occurred configuring project ':messaging:app'.

Could not resolve all dependencies for configuration ':messaging:app:_debugApkCopy'. Could not find com.google.firebase:firebase-messaging:10.0.1. Required by: project :messaging:app Could not find com.google.firebase:firebase-core:10.0.1. Required by: project :messaging:app

swap
  • 71
  • 1
  • 1
  • 4

1 Answers1

9

As you can read on these answers:

Unable to update the Firebase dependency(com.google.firebase)

Failed to resolve: com.google.firebase:firebase-core:9.0.0

You need to update the Google Play Services and Google Repository because your libraries are deprecated.

I Hope it helps

Community
  • 1
  • 1
Jaco
  • 923
  • 2
  • 14
  • 28