Gradle 4 and Android plugin 3 improvements #433, fix #436

This commit is contained in:
Emux
2017-10-30 08:47:09 +02:00
parent 53dbb737fb
commit d23bca9c7f
13 changed files with 28 additions and 230 deletions

View File

@@ -5,7 +5,7 @@ dependencies {
api project(':vtm')
implementation 'com.fasterxml.jackson.core:jackson-core:2.8.4'
implementation 'com.google.protobuf:protobuf-java:2.6.1'
implementation 'com.vividsolutions:jts-core:1.14.0'
implementation 'com.vividsolutions:jts:1.13'
implementation 'org.openstreetmap.osmosis:osmosis-osm-binary:0.45'
implementation "org.slf4j:slf4j-api:$slf4jVersion"
}