Today, I updated to google play services to 9.2.0. I got an error
com.google.android.gms.location.places.Places
not found. tha
In 9.0.2, the 'places' library was inside 'location' library. In 9.2, you need to add 'places' library as dependency:
implementation 'com.google.android.gms:play-services-places:9.2.0'