ERROR: Could not find com.google.gms.google-services:4.2.0
You have a typo in the classpath
statement.
This
classpath 'com.google.gms.google-services:4.2.0'
should be
classpath 'com.google.gms:google-services:4.2.0'
You have a typo in the classpath
statement.
This
classpath 'com.google.gms.google-services:4.2.0'
should be
classpath 'com.google.gms:google-services:4.2.0'