wdtinc / mapbox-vector-tile-java

Java Mapbox Vector Tile Library for Encoding/Decoding
Apache License 2.0
147 stars 73 forks source link

Upgrade to JTS 1.17.0 #49

Open jericks opened 4 years ago

jericks commented 4 years ago

Solves #48.

devemux86 commented 4 years ago

Please see https://github.com/wdtinc/mapbox-vector-tile-java/issues/32#issuecomment-479069089

Android JTS 1.16+ compatibility remains the same(?) forcing Java 8 and Android 7 Nougat (--min-api 24).

Related to https://github.com/locationtech/jts/issues/145