Mikołaj Pich 2020-01-10 15:14:46 +01:00
parent f9c30bf119
commit 887f8ee93b
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -10,7 +10,7 @@ ext {
GIT_URL = 'https://github.com/wulkanowy/sdk.git'
jspoon = "1.3.2"
okhttp3 = "3.12.7"
okhttp3 = "3.12.6"
retrofit = "2.6.4"
threetenbp = "1.4.0"
slf4j = "1.7.30"
@ -128,4 +128,6 @@ dependencies {
compile project(":sdk")
compile project(":sdk-mobile")
compile project(":sdk-scrapper")
compile "com.squareup.okhttp3:okhttp:$okhttp3"
}