update okhttp to 4.9.1 (#2168)

This commit is contained in:
Konrad Pozniak 2021-05-22 17:48:17 +02:00 committed by GitHub
parent a1dfbee669
commit d2cdaae129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ android {
ext.lifecycleVersion = "2.2.0"
ext.roomVersion = '2.3.0'
ext.retrofitVersion = '2.9.0'
ext.okhttpVersion = '4.9.0'
ext.okhttpVersion = '4.9.1'
ext.glideVersion = '4.11.0'
ext.daggerVersion = '2.35.1'
ext.materialdrawerVersion = '8.2.0'