Unable to update the Firebase dependency(com.google.firebase)

后端 未结 5 827
灰色年华
灰色年华 2020-12-20 15:36

I have Added Firebase to android app for push notification. I have updated build.gradle before i have used. Its working fine.

 compile \'com.google.firebase:         


        
5条回答
  •  不知归路
    2020-12-20 16:39

    May be you are not giving the right repo.

    repositories {
        maven { url 'https://maven.fabric.io/public' }
    }

提交回复
热议问题