Skip to content

Commit 74f2205

Browse files
committed
update to v1.6
1 parent 483c0a1 commit 74f2205

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Requires Java 8.
88

99
## Copyright and License
1010

11-
© 2018-2019 Tobias Zwick. This library is released under the terms of the [GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl-3.0.html) (LGPL).
11+
© 2018-2023 Tobias Zwick. This library is released under the terms of the [GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl-3.0.html) (LGPL).
1212
The default data used is derived from OpenStreetMap and thus © OpenStreetMap contributors and licensed under the [Open Data Commons Open Database License](https://opendatacommons.org/licenses/odbl/) (ODbL).
1313

1414
## Usage
1515

16-
Add [`de.westnordost:countryboundaries:1.5`](https://mvnrepository.com/artifact/de.westnordost/countryboundaries/1.5) as a Maven dependency or download the jar from there.
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.
1717

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

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.5"
7+
version = "1.6"
88
group = "de.westnordost"
99

1010
dependencies {

sampleapp/build.gradle

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

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

0 commit comments

Comments
 (0)