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
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"