-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update new signpost library dependency
- Loading branch information
1 parent
2ac6ed0
commit 3691d47
Showing
10 changed files
with
36 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
archivesBaseName = "osmapi" | ||
version = 3.6 | ||
version = 3.7 | ||
description = 'Client for the OSM API 0.6' | ||
|
||
dependencies { | ||
compile 'de.westnordost:osmapi-core:1.0' | ||
compile 'de.westnordost:osmapi-changesets:1.1' | ||
compile 'de.westnordost:osmapi-map:1.1' | ||
compile 'de.westnordost:osmapi-notes:1.0' | ||
compile 'de.westnordost:osmapi-traces:1.0' | ||
compile 'de.westnordost:osmapi-user:1.0' | ||
compile 'de.westnordost:osmapi-core:1.1' | ||
compile 'de.westnordost:osmapi-changesets:1.2' | ||
compile 'de.westnordost:osmapi-map:1.2' | ||
compile 'de.westnordost:osmapi-notes:1.1' | ||
compile 'de.westnordost:osmapi-traces:1.1' | ||
compile 'de.westnordost:osmapi-user:1.1' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
archivesBaseName = "osmapi-changesets" | ||
version = 1.1 | ||
version = 1.2 | ||
description = 'Client for the OSM API 0.6 - Finding changesets, changeset discussion, subscription and data' | ||
|
||
dependencies { | ||
compile 'de.westnordost:osmapi-core:1.0' | ||
compile 'de.westnordost:osmapi-map:1.1' | ||
compile 'de.westnordost:osmapi-core:1.1' | ||
compile 'de.westnordost:osmapi-map:1.2' | ||
testCompile 'junit:junit:3.8.1' | ||
testCompile project(':testutils') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
archivesBaseName = "osmapi-map" | ||
version = 1.1 | ||
version = 1.2 | ||
description = 'Client for the OSM API 0.6 - Getting map data, querying single elements and their relations toward each other and uploading changes in changesets, getting the history and specific versions of elements' | ||
|
||
dependencies { | ||
compile 'de.westnordost:osmapi-core:1.0' | ||
compile 'de.westnordost:osmapi-core:1.1' | ||
testCompile 'junit:junit:3.8.1' | ||
testCompile 'de.westnordost:osmapi-changesets:1.0' | ||
testCompile 'de.westnordost:osmapi-changesets:1.1' | ||
testCompile project(':testutils') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
archivesBaseName = "osmapi-notes" | ||
version = 1.0 | ||
version = 1.1 | ||
description = 'Client for the OSM API 0.6 - Getting finding, creating, commenting on and solving notes' | ||
|
||
dependencies { | ||
compile 'de.westnordost:osmapi-core:1.0' | ||
compile 'de.westnordost:osmapi-core:1.1' | ||
testCompile 'junit:junit:3.8.1' | ||
testCompile project(':testutils') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
archivesBaseName = "osmapi-traces" | ||
version = 1.0 | ||
version = 1.1 | ||
description = 'Client for the OSM API 0.6 - Getting, uploading, updating and deleting GPS traces and trackpoints' | ||
|
||
dependencies { | ||
compile 'de.westnordost:osmapi-core:1.0' | ||
compile 'de.westnordost:osmapi-core:1.1' | ||
testCompile 'junit:junit:3.8.1' | ||
testCompile project(':testutils') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
archivesBaseName = "osmapi-user" | ||
version = 1.0 | ||
version = 1.1 | ||
description = 'Client for the OSM API 0.6 - Managing user preferences, getting user information' | ||
|
||
dependencies { | ||
compile 'de.westnordost:osmapi-core:1.0' | ||
compile 'de.westnordost:osmapi-core:1.1' | ||
testCompile 'junit:junit:3.8.1' | ||
testCompile project(':testutils') | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
dependencies { | ||
compile 'de.westnordost:osmapi-core:1.0' | ||
compile 'de.westnordost:osmapi-core:1.1' | ||
} |