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

后端 未结 5 798
灰色年华
灰色年华 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:20

    If you read documentation they are indicating you update your latest Google Repository in the Android SDK manager

    So just go to Android SDK Manager and install the latest version of below two libraries

    1-Google Play Services

    2-Google Repository

    Check the image from documentation:

提交回复
热议问题