Moves ExoPlayer to OkHttp in order to enable Tor support.

This commit is contained in:
Vitor Pamplona
2023-05-29 18:00:29 -04:00
parent 605861dc32
commit ac00694690
6 changed files with 45 additions and 34 deletions
+2
View File
@@ -140,6 +140,8 @@ dependencies {
// view videos
implementation 'com.google.android.exoplayer:exoplayer:2.18.7'
// important for proxy / tor
implementation 'com.google.android.exoplayer:extension-okhttp:2.18.7'
// Load images from the web.
implementation "io.coil-kt:coil-compose:$coil_version"