Yesterday,my app was working fine.
Today, I don\'t know why, the app didn\'t compile anymore after I reopened the Android Studio.
The error shown is
This happened with me after adding firebase analitycs last vesion, like this
implementation "com.google.firebase:firebase-core:16.0.5"
changing version to 16.0.4 helped
implementation "com.google.firebase:firebase-core:16.0.4"