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

@@ -4,7 +4,8 @@ dependencies {
implementation project(':vtm-android')
implementation project(':vtm-extras')
implementation project(':vtm-themes')
implementation 'com.squareup.okhttp3:okhttp:3.8.0'
// https://github.com/square/okhttp/issues/4481
implementation 'com.squareup.okhttp3:okhttp:3.12.5'
implementation "org.slf4j:slf4j-android:$slf4jVersion"
}