adding okio back, an updated version 3.0.0

This commit is contained in:
tibbi 2021-12-05 20:39:27 +01:00
parent 8f2a0631e1
commit 8ec9e70df8

View file

@ -94,6 +94,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
implementation 'com.github.penfeizhou.android.animation:awebp:2.17.0'
implementation 'com.github.penfeizhou.android.animation:apng:2.17.0'
implementation 'com.squareup.okio:okio:3.0.0'
implementation('com.squareup.picasso:picasso:2.71828') {
exclude group: 'com.squareup.okhttp3', module: 'okhttp'
}