Update dependencies

This commit is contained in:
Emux
2019-09-18 21:11:15 +03:00
parent 055cd54beb
commit c91833519e
11 changed files with 65 additions and 33 deletions

View File

@@ -3,7 +3,8 @@ apply plugin: 'maven'
dependencies {
api project(':vtm')
api 'org.locationtech.jts:jts-core:1.15.0'
// https://github.com/locationtech/jts/issues/145
api 'org.locationtech.jts:jts-core:1.15.1'
}
sourceSets {