Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Mar 23, 2021
1 parent 2bdebe1 commit 12085e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ You can either download the jar from github or add the following to your build.g
...
repositories {
...
maven { url 'https://dl.bintray.com/simonpoole/osm' }
mavenCentral()
...
}
...

dependencies {
...
compile 'ch.poole:ConditionalRestrictionParser:0.3.0'
compile 'ch.poole:ConditionalRestrictionParser:0.3.1'
...
}

0 comments on commit 12085e5

Please sign in to comment.