Skip to content

Commit 0dd01c2

Browse files
committed
version up
1 parent 1e37085 commit 0dd01c2

4 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The default data used is derived from OpenStreetMap and thus © OpenStreetMap co
1313

1414
## Usage
1515

16-
Add [`de.westnordost:countryboundaries:1.6`](https://mvnrepository.com/artifact/de.westnordost/countryboundaries/1.6) as a Maven dependency or download the jar from there.
16+
Add [`de.westnordost:countryboundaries:2.0`](https://mvnrepository.com/artifact/de.westnordost/countryboundaries/2.0) as a Maven dependency or download the jar from there.
1717

1818
```java
1919
// load data. You should do this once and use CountryBoundaries as a singleton.

generator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ task fatJar(type: Jar) {
1515
}
1616

1717
run {
18-
args = ["boundaries.osm","180","180"]
18+
args = ["boundaries.osm","360","180"]
1919
}
2020

2121
dependencies {

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'signing'
55
}
66

7-
version = "1.6"
7+
version = "2.0"
88
group = "de.westnordost"
99

1010
dependencies {

sampleapp/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@ android {
3030

3131
dependencies {
3232
implementation "org.osmdroid:osmdroid-android:6.1.10"
33-
//implementation "de.westnordost:countryboundaries:1.6"
3433
implementation project(":library")
3534
}

0 commit comments

Comments
 (0)