petedoyle/android-support-v4-googlemaps

Upgrade to revision 7

Closed this issue · 4 comments

There is new version of support lib. Check it here: http://developer.android.com/sdk/compatibility-library.html

Still waiting for the code to get released to AOSP. :-/

If its not out in a couple days, I'll try merging from the zip release of the source.

I've merged manually and built the jars locally however the new dependency system causes issues if you have another library which also uses android-support libraries. This is because ADTr17 includes libraries from any included libraries into the build process causing the expected dx error (java.lang.IllegalArgumentException: already added).

r7 is released. :)

Thanks!