Build failed with an exception in flutter

后端 未结 1 1096
北恋
北恋 2020-12-21 10:23

I am trying to connect my app with firebase while i run my app it shows an error - * Where: Build file \'D:\\AndroidStudio\\login\\android\\app\\build.gradle\' line: 24

相关标签:
1条回答
  • 2020-12-21 11:20

    I also had this issue, changing

    classpath 'com.google.gms:google-services:4.3.0'
    

    To

    classpath 'com.google.gms:google-services:4.2.0'
    

    Fixed it for me.

    0 讨论(0)
提交回复
热议问题