All firebase libraries must be either above or below 14.0.0

后端 未结 10 574
孤街浪徒
孤街浪徒 2021-01-03 18:48

I have checked my app build.gradle file and these are the only lines that are related to firebase in them

/***
 * Firebase
 */
implementation \'com.google.f         


        
10条回答
  •  一生所求
    2021-01-03 19:05

    apply plugin: 'com.google.gms.google-services'
    

    put it under this line.

    apply plugin: 'com.android.application'
    

    it worked for me.

提交回复
热议问题