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.squareup.okhttp3:okhttp:3.8.0'
|
||||
implementation "org.slf4j:slf4j-api:$slf4jVersion"
|
||||
api 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user