diff --git a/app/build.gradle b/app/build.gradle
index 20f60c364..c3ad799a2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -73,8 +73,8 @@ dependencies {
implementation 'com.github.bumptech.glide:glide:4.14.2'
implementation 'com.google.android.material:material:1.7.0'
implementation 'com.google.code.gson:gson:2.10'
- implementation 'com.google.zxing:core:3.5.0'
- implementation 'com.squareup.okhttp3:okhttp:4.10.0'
+ implementation 'com.google.zxing:core:3.5.1'
+ implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.10'
implementation 'me.jessyan:autosize:1.2.1'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'org.nanohttpd:nanohttpd:2.3.1'
diff --git a/app/src/leanback/res/layout/activity_live.xml b/app/src/leanback/res/layout/activity_live.xml
index 5c7ffa2c9..bddf1d71f 100644
--- a/app/src/leanback/res/layout/activity_live.xml
+++ b/app/src/leanback/res/layout/activity_live.xml
@@ -23,6 +23,12 @@
android:visibility="gone"
app:surface_type="texture_view" />
+
+