moagrius / MapView

(Deprecated, prefer https://github.com/moagrius/TileView) Android widget roughly described as a hybrid between com.google.android.maps.MapView and iOS's CATiledLayer
http://moagrius.github.com/MapView/documentation
69 stars 35 forks source link

Don't add the android compatibility library to the assembled uber jar #45

Closed mohlendo closed 11 years ago

mohlendo commented 11 years ago

This fixes the maven assembly stuff. Now the jar-with-dependencies does not contain the compatibility library, since this is added by eclipse in most cases.