From ab6e39d4d919c16ed86ce00f43bcb983c54217b8 Mon Sep 17 00:00:00 2001 From: Tobias Zwick Date: Sun, 7 Mar 2021 21:40:50 +0100 Subject: [PATCH] update all dem versions --- README.md | 14 +++++++------- build.gradle | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f0caa4c..4858d86 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,18 @@ Depending on which part of the API you use, you can only include what you need: - - + + - - - - + + + +
ClassDependencyDescription
CapabilitiesDao
de.westnordost:osmapi-core:1.3
Getting server capabilities
PermissionsDao
de.westnordost:osmapi-core:1.3
Getting user permissions
CapabilitiesDao
de.westnordost:osmapi-core:1.4
Getting server capabilities
PermissionsDao
de.westnordost:osmapi-core:1.4
Getting user permissions
MapDataDao
de.westnordost:osmapi-map:1.5
Getting map data, querying single elements and their relations toward each other and uploading changes in changesets
MapDataHistoryDao
de.westnordost:osmapi-map:1.5
Getting the history and specific versions of elements
NotesDao
de.westnordost:osmapi-notes:1.4
Getting finding, creating, commenting on and solving notes
GpsTracesDao
de.westnordost:osmapi-traces:1.3
Getting, uploading, updating and deleting GPS traces and trackpoints
ChangesetsDao
de.westnordost:osmapi-changesets:1.4
Finding changesets, changeset discussion, subscription and data
UserDao
de.westnordost:osmapi-user:1.3
Getting user information
UserPreferencesDao
de.westnordost:osmapi-user:1.3
Managing user preferences
GpsTracesDao
de.westnordost:osmapi-traces:1.4
Getting, uploading, updating and deleting GPS traces and trackpoints
ChangesetsDao
de.westnordost:osmapi-changesets:1.5
Finding changesets, changeset discussion, subscription and data
UserDao
de.westnordost:osmapi-user:1.4
Getting user information
UserPreferencesDao
de.westnordost:osmapi-user:1.4
Managing user preferences
-To include everything, add [`de.westnordost:osmapi:3.9`](https://maven-repository.com/artifact/de.westnordost/osmapi/3.9) as a Maven dependency or download the jar from there. +To include everything, add [`de.westnordost:osmapi:3.10`](https://maven-repository.com/artifact/de.westnordost/osmapi/3.9) as a Maven dependency or download the jar from there. On Android, you need to exclude kxml2 from the dependencies since it is already built-in, like so: ```gradle diff --git a/build.gradle b/build.gradle index c3abd05..c0b235e 100644 --- a/build.gradle +++ b/build.gradle @@ -15,9 +15,9 @@ subprojects { ext { all_version = 3.10 core_version = 1.4 - changesets_version = 1.4 - user_version = 1.3 - traces_version = 1.3 + changesets_version = 1.5 + user_version = 1.4 + traces_version = 1.4 notes_version = 1.4 map_version = 1.5 } \ No newline at end of file