Failed to apply plugin “com.google.gms.google-services”

后端 未结 2 1790
别跟我提以往
别跟我提以往 2021-01-12 08:28

Here is my project build.gradle:

buildscript {
    ...
    dependencies {
        ...
        classpath \'com.google.gms:google-services:3.1         


        
2条回答
  •  执笔经年
    2021-01-12 09:14

    You only set apply plugin: 'com.google.gms.google-services' in the app module, and in no other modules.

提交回复
热议问题