From cdc344049fef2a1a0ea685913b757a5cd73231d4 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 17 Nov 2022 22:58:20 +0800 Subject: [PATCH] Update okhttp --- app/build.gradle | 4 ++-- app/src/leanback/res/layout/activity_live.xml | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) 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" /> + +