mg6maciej / android-maps-extensions

Android Maps Extensions is a library extending capabilities of Google Maps Android API v2.
405 stars 101 forks source link

Outdated play services version #60

Open saugs opened 6 years ago

saugs commented 6 years ago

Google APIs has been updated on April 10th to version 15.0.0 and, as stated in release note :

All references to com.google.android.gms.R classes have been replaced by component specific references; for example, com.google.android.gms.ads.R. If you use these classes directly in your code, you may need to update your code to be compatible. (Source)

Could you please update references to meet these requirements ? Thanks

mg6maciej commented 6 years ago

Hello, thanks for the heads-up. Does it crash when using AME with newest version of GPServices?

saugs commented 6 years ago

It works, but I have to manually add all references to Google Maps API in my code because AME is still using an older version of Maps API.

saugs commented 6 years ago

My fault, after "Invalidate caches / restart" on Android Studio, and removed gradle cache as well, everything worked fine.

I'll let you close this issue if you want, but an update to the dependencies might be a good thing to do