Gradle 4 / Android plugin 3 transitive dependencies, fix #433
This commit is contained in:
@@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
|
||||
|
||||
dependencies {
|
||||
implementation project(':vtm-android')
|
||||
implementation project(':vtm-themes')
|
||||
implementation project(':vtm-extras')
|
||||
implementation project(':vtm-themes')
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
|
||||
implementation "org.slf4j:slf4j-android:$slf4jVersion"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user