Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Feb 24, 2017
1 parent 07d033a commit f63fe32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ compile 'org.mapsforge:spatialite-android:[CURRENT-VERSION]:natives-x86'
#### Desktop
```groovy
compile 'org.mapsforge:mapsforge-poi-awt:[CURRENT-VERSION]'
compile 'org.xerial:sqlite-jdbc:3.15.1'
compile 'org.xerial:sqlite-jdbc:3.16.1'
```

## Snapshots
Expand Down
2 changes: 1 addition & 1 deletion mapsforge-map-writer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile project(":mapsforge-core")
compile 'com.google.guava:guava:20.0'
compile 'com.google.guava:guava:21.0'
compile 'com.vividsolutions:jts-core:1.14.0'
compile 'net.sf.trove4j:trove4j:3.0.3'
compileOnly 'org.openstreetmap.osmosis:osmosis-core:0.45'
Expand Down
2 changes: 1 addition & 1 deletion mapsforge-poi-awt/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
compile project(":mapsforge-poi")
compile 'org.xerial:sqlite-jdbc:3.15.1'
compile 'org.xerial:sqlite-jdbc:3.16.1'
}
2 changes: 1 addition & 1 deletion mapsforge-poi-writer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(":mapsforge-poi")
compile 'com.vividsolutions:jts-core:1.14.0'
compile 'org.xerial:sqlite-jdbc:3.15.1'
compile 'org.xerial:sqlite-jdbc:3.16.1'
compileOnly 'org.openstreetmap.osmosis:osmosis-core:0.45'
}

Expand Down

0 comments on commit f63fe32

Please sign in to comment.