Skip to content

Commit

Permalink
update to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jan 14, 2023
1 parent 483c0a1 commit 74f2205
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Requires Java 8.

## Copyright and License

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

## Usage

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

```java
// load data. You should do this once and use CountryBoundaries as a singleton.
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.5"
version = "1.6"
group = "de.westnordost"

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

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

0 comments on commit 74f2205

Please sign in to comment.