[core] downgrade okhttp to 3.12.x series to support our minSdk level

This commit is contained in:
Torsten Grote
2019-11-07 11:49:45 -03:00
parent ab7b287082
commit 83ed6f90d7
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,8 @@ dependencies {
implementation project(path: ':briar-api', configuration: 'default')
implementation 'com.rometools:rome:1.12.1'
implementation 'org.jdom:jdom2:2.0.6'
implementation 'com.squareup.okhttp3:okhttp:3.14.4'
// okhttp 3.12.x is supported until end of 2020, newer versions need minSdk 21
implementation 'com.squareup.okhttp3:okhttp:3.12.6'
implementation 'org.jsoup:jsoup:1.11.3'
annotationProcessor 'com.google.dagger:dagger-compiler:2.24'