Unresolved dependency of firebase-analytics
com.google.firebase:firebase-analytics dependency was change to com.google.firebase:firebase-core. The code is not updated with this change.
@shivamg7 those are not the same dependency, but you're right that we should add firebase-core to this codelab.
Are you going to fix it? I also get this:
There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion). Issue id: GradleCompatible
I have added implementation 'com.google.firebase:firebase-core:15.0.2 but still have this error: Failed to resolve: firebase-analytics
How can I fix it, please?