I tried upgrading the gradle plugin, also tried deleting the gradle folder. But the error is in line:25 in app level build.gradle file.
'com.google.gms.google-services'
according to error, showing there. Hoping for early reply as possible
I tried upgrading the gradle plugin, also tried deleting the gradle folder. But the error is in line:25 in app level build.gradle file.
'com.google.gms.google-services'
according to error, showing there. Hoping for early reply as possible
The problem is that you wrote
apply 'com.google.gms.google-services'
instead of
apply plugin: 'com.google.gms.google-services'