Google Play Services GCM 9.2.0 asks to “update” back to 9.0.0

前端 未结 11 1534
眼角桃花
眼角桃花 2020-12-07 11:35

So this morning I started updating to the latest version of my project libraries.

I\'m trying to update GCM to the latest version 9.2.0, but I get this error:

<
11条回答
  •  暖寄归人
    2020-12-07 12:37

    Just put this line at the bottom of your app-module's (not project root's) gradle file.

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

    Then rebuild your project.

提交回复
热议问题