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 'com.squareup.okhttp3:okhttp:3.8.0'
// https://github.com/square/okhttp/issues/4481
api 'com.squareup.okhttp3:okhttp:3.12.5'
}
sourceSets {