OkHttp 3 engine, closes #138

This commit is contained in:
Emux
2017-02-11 22:15:55 +02:00
parent d22dc79655
commit 817bd13d7b
7 changed files with 55 additions and 58 deletions

View File

@@ -5,7 +5,7 @@ dependencies {
compile project(':vtm-themes')
compile project(':vtm-extras')
compile 'com.noveogroup.android:android-logger:1.3.6'
compile 'com.squareup.okhttp:okhttp:2.6.0'
compile 'com.squareup.okhttp3:okhttp:3.6.0'
}
android {