p-lr / MapView

A Fast, memory efficient Android library to display tiled maps, with support for markers, paths, and rotation.
Apache License 2.0
184 stars 38 forks source link

Issue when setting compileSdkVersion to 34 #43

Closed Heitem closed 10 months ago

Heitem commented 10 months ago

I get this error when I set the compileSdkVersion to 34: Class 'TileView' is not abstract and does not implement abstract base class member public abstract fun onFling(p0: MotionEvent?, p1: MotionEvent, p2: Float, p3: Float): Boolean defined in ovh.plrapps.mapview.MapView

p-lr commented 10 months ago

Yes indeed, I need to publish a new version compatible with api 34. Will do asap.

p-lr commented 10 months ago

The version 3.1.7 is released