Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Latest version using JTS 15 with android API level 15 support:
<dependency>
<groupId>com.wdtinc</groupId>
<artifactId>mapbox-vector-tile</artifactId>
<version>3.1.1</version>
<version>3.1.0</version>
</dependency>
```

Expand All @@ -60,7 +60,7 @@ JTS 14 with no android support:
Latest version using JTS 15 with android API level 15 support:

```
compile 'com.wdtinc:mapbox-vector-tile:3.1.1'
compile 'com.wdtinc:mapbox-vector-tile:3.1.0'
```

JTS 14 with no android support:
Expand Down