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

@@ -3,7 +3,7 @@ apply plugin: 'maven'
dependencies {
api project(':vtm')
implementation 'com.vividsolutions:jts-core:1.14.0'
implementation 'com.vividsolutions:jts:1.13'
implementation "org.slf4j:slf4j-api:$slf4jVersion"
}