Gradle 4 / Android plugin 3 transitive dependencies, fix #433
This commit is contained in:
@@ -3,8 +3,7 @@ apply plugin: 'maven'
|
||||
|
||||
dependencies {
|
||||
api project(':vtm')
|
||||
implementation 'com.vividsolutions:jts:1.13'
|
||||
implementation "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
api 'com.vividsolutions:jts:1.13'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user