Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Could not find com.crashlytics.sdk.android:crashlytics:17.2.2

Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'. Could not find com.crashlytics.sdk.android:crashlytics:17.2.2. Required by: project :app

Possible solution:

  • Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html
like image 492
Charles D. M. Avatar asked Jan 08 '21 10:01

Charles D. M.


1 Answers

Yeah, this is super annoying, and has to do with their migration. You wanna visit this documentation page to get the correct link: If you're using kotlin, it will be

com.google.firebase:firebase-crashlytics-ktx:17.3.0
like image 102
Sedge Avatar answered Sep 23 '22 14:09

Sedge