Google Awareness API v9.6 is missing

前端 未结 1 757
忘了有多久
忘了有多久 2021-01-14 10:28

I\'m interested in new maps styling feature, which is added in 9.6 Google Play Services release, but also I\'m using Awareness API. In my build.gradle I have

1条回答
  •  天涯浪人
    2021-01-14 11:13

    Starting 9.6.0 it was renamed to "awareness", so you should use

    compile 'com.google.android.gms:play-services-awareness:9.6.1'
    

    You can check it in "Google Repository rev 35", simply navigate to:

    ANDROID_HOME/extras/google/m2repository/com/google/android/gms
    

    and there you will see that there is no 9.6.0 and 9.6.1 folders inside "play-services-contextmanager" but there is new folder "play-services-awareness" with 9.6.0 and 9.6.1

    Not sure is it permanent or temporary, because as you said in documentation it's still named "play-services-contextmanager"

    0 讨论(0)
提交回复
热议问题