moagrius / TileView

TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k stars 337 forks source link

implementation 'com.qozix:tileview:2.7.7' doesn't seem to work #543

Open Derpalus opened 1 year ago

Derpalus commented 1 year ago

I tried adding implementation 'com.qozix:tileview:2.7.7' to my build file (I have old code that needs to use the old version) but I can't get it to work with 2.7.7. Which repository does it reside in?

The best I can find that is working is 2.2.9 which I think is in Maven Central.

Derpalus commented 1 year ago

Ok, looking around a bit more this is apparently a typo, it should be 2.2.7 (which today actually looks like it rather should be 2.2.9).