Skip to content

Commit

Permalink
fix ysp
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Apr 23, 2024
1 parent 5485a68 commit 3d8ab65
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## 更新日志

### v1.8.2(通用)

* 修复无法播放问题

### v1.8.0(通用)

* 修复返回键无法退出问题
* 设置中增加退出按钮
* 修改非电视上的样式
* 修复低版本闪退问题

### v1.7.8(通用)

Expand Down
8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,15 @@ dependencies {
implementation "com.squareup.retrofit2:converter-gson:$retrofit2_version"
implementation "com.squareup.retrofit2:converter-protobuf:$retrofit2_version"
implementation "com.squareup.retrofit2:retrofit:$retrofit2_version"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2"

implementation 'com.github.bumptech.glide:glide:4.11.0'

implementation 'androidx.core:core-ktx:1.11.0-beta02'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.leanback:leanback:1.2.0-alpha02'
implementation 'com.github.bumptech.glide:glide:4.11.0'
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.2"

implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2"
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0-RC")

implementation 'com.google.android.exoplayer:exoplayer-ui:2.13.3'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/java/com/lizongying/mytv/Request.kt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ object Request {
private var token = ""
private var tokenFH = ""

private var needAuth = false
private var needAuth = true
private var needToken = false

private val handler = Handler(Looper.getMainLooper())
Expand Down

0 comments on commit 3d8ab65

Please sign in to comment.