classpath 'com.google.gms:google-services:3.0.0'
plugins {
id 'com.google.gms.google-services'
}
apply plugin: 'com.google.gms.google-services'
Leads to gradle error:
Plugin [id: 'com.google.gms.google-services'] was not found in any of the following sources:
- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Plugin Repositories (plugin dependency must include a version number for this source)
plugins {
id 'com.google.gms.google-services'
}
apply plugin: 'com.google.gms.google-services'
Leads to gradle error:
Plugin [id: 'com.google.gms.google-services'] was not found in any of the following sources: