Some problems were found with the configuration of task ':app:processDebugGoogleServices' (type 'GoogleServicesTask').
Upgrading google-services to 4.3.8 fixed this issue for me.
You can do this by replacing the existing version at build.graddle file.
dependencies {
classpath 'com.google.gms:google-services:4.3.8'
}
Update google-service dependency in project gradle
classpath 'com.google.gms:google-services:4.3.10'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With