Updating Play services from 8.1 to 8.3 with Proguard enabled

前端 未结 1 1006
闹比i
闹比i 2020-12-14 17:52

I tried to update play services to 8.3. Here\'s what I changed :

In the root gradle file :

dependencies {
    classpath \'com.android.tools.build:gr         


        
相关标签:
1条回答
  • 2020-12-14 18:15

    Update your

    classpath 'com.google.gms:google-services:1.5.0-beta2'
    

    to the just released

    classpath 'com.google.gms:google-services:1.5.0'
    
    0 讨论(0)
提交回复
热议问题