classpath 대신
build.gradle(Project) plugins 안에
id 'com.google.gms.google-services' version '4.3.10' apply false
이거 추가하시면 됩니다.
apply pugin: 대신
build.gradle(Module) plugins 안에
id 'com.google.gms.google-services'
이거 추가하시면 됩니다.
질문 카테고리를 더 많이 볼거같아서 여기에 올려요