Upgrade to Google Play Services:9.0.0 Error Failed to resolve: com.google.android.gms:play-services-measurement:9.0.0

后端 未结 6 1331
眼角桃花
眼角桃花 2020-11-27 03:28

I upgraded my build.gradle file from

compile \'com.google.android.gms:play-services:8.4.0\'

to

compile \'com.google.android.g

6条回答
  •  庸人自扰
    2020-11-27 03:44

    This was found to fix the problem.

    Update your classpath in project level gradle com.google.gms:google-services:2.1.0 to classpath com.google.gms:google-services:3.0.0

提交回复
热议问题