Skip to content

Commit

Permalink
update versions mentioned in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 7, 2021
1 parent 3fa69b7 commit 6659a1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Depending on which part of the API you use, you can only include what you need:
<tr><th>Class</th><th>Dependency</th><th>Description</th></tr>
<tr><td>CapabilitiesDao</td><td><pre>de.westnordost:osmapi-core:1.3</pre></td><td>Getting server capabilities</td></tr>
<tr><td>PermissionsDao</td><td><pre>de.westnordost:osmapi-core:1.3</pre></td><td>Getting user permissions</td></tr>
<tr><td>MapDataDao</td><td><pre>de.westnordost:osmapi-map:1.4</pre></td><td>Getting map data, querying single elements and their relations toward each other and uploading changes in changesets</td></tr>
<tr><td>MapDataHistoryDao</td><td><pre>de.westnordost:osmapi-map:1.4</pre></td><td>Getting the history and specific versions of elements</td></tr>
<tr><td>NotesDao</td><td><pre>de.westnordost:osmapi-notes:1.3</pre></td><td>Getting finding, creating, commenting on and solving notes</td></tr>
<tr><td>MapDataDao</td><td><pre>de.westnordost:osmapi-map:1.5</pre></td><td>Getting map data, querying single elements and their relations toward each other and uploading changes in changesets</td></tr>
<tr><td>MapDataHistoryDao</td><td><pre>de.westnordost:osmapi-map:1.5</pre></td><td>Getting the history and specific versions of elements</td></tr>
<tr><td>NotesDao</td><td><pre>de.westnordost:osmapi-notes:1.4</pre></td><td>Getting finding, creating, commenting on and solving notes</td></tr>
<tr><td>GpsTracesDao</td><td><pre>de.westnordost:osmapi-traces:1.3</pre></td><td>Getting, uploading, updating and deleting GPS traces and trackpoints</td></tr>
<tr><td>ChangesetsDao</td><td><pre>de.westnordost:osmapi-changesets:1.4</pre></td><td>Finding changesets, changeset discussion, subscription and data</td></tr>
<tr><td>UserDao</td><td><pre>de.westnordost:osmapi-user:1.3</pre></td><td>Getting user information</td></tr>
Expand All @@ -31,7 +31,7 @@ To include everything, add [`de.westnordost:osmapi:3.9`](https://maven-repositor
On Android, you need to exclude kxml2 from the dependencies since it is already built-in, like so:

```gradle
compile ('de.westnordost:osmapi:3.9')
compile ('de.westnordost:osmapi:3.10')
{
exclude group: 'net.sf.kxml', module: 'kxml2' // already included in Android
}
Expand Down

0 comments on commit 6659a1a

Please sign in to comment.