reverted okhttp crash

This commit is contained in:
LagradOst 2022-03-01 23:43:32 +01:00
parent 8b5e486377
commit 9232efd895
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ dependencies {
// Networking
implementation "com.squareup.okhttp3:okhttp:4.9.2"
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:4.9.1"
implementation 'com.google.android.exoplayer:extension-okhttp:2.17.0'
implementation 'com.google.android.exoplayer:extension-okhttp:2.16.1'
// Util to skip the URI file fuckery 🙏
implementation "com.github.tachiyomiorg:unifile:17bec43"