Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed May 2, 2023
1 parent 1e37085 commit 0dd01c2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The default data used is derived from OpenStreetMap and thus © OpenStreetMap co

## Usage

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.
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.

```java
// load data. You should do this once and use CountryBoundaries as a singleton.
Expand Down
2 changes: 1 addition & 1 deletion generator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ task fatJar(type: Jar) {
}

run {
args = ["boundaries.osm","180","180"]
args = ["boundaries.osm","360","180"]
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'signing'
}

version = "1.6"
version = "2.0"
group = "de.westnordost"

dependencies {
Expand Down
1 change: 0 additions & 1 deletion sampleapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@ android {

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

0 comments on commit 0dd01c2

Please sign in to comment.