How to suppress the “Avoid using bundled version of Google Play services SDK” warning?

后端 未结 2 1240
自闭症患者
自闭症患者 2020-12-02 11:45

I\'m using the Google Play services in my Android app so I have the dependency in my build.gradle.

compile \'com.google.android.gms:play-service         


        
2条回答
  •  暖寄归人
    2020-12-02 12:47

    Google play services contain many individual APIs. You can access whichever you require instead of accessing a bundle containing all of them. It's better approach. See Table No. 1 Here

提交回复
热议问题