Update library

pull/590/head
jhengazuki 5 months ago
parent 79efb8ca4b
commit 0ca94fe34f
  1. 2
      app/build.gradle
  2. 4
      build.gradle
  3. 2
      catvod/build.gradle

@ -87,7 +87,7 @@ dependencies {
implementation project(':catvod') implementation project(':catvod')
implementation project(':chaquo') implementation project(':chaquo')
implementation project(':quickjs') implementation project(':quickjs')
implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'androidx.appcompat:appcompat:1.7.1'
implementation 'androidx.media:media:1.7.0' implementation 'androidx.media:media:1.7.0'
implementation 'androidx.room:room-runtime:2.7.2' implementation 'androidx.room:room-runtime:2.7.2'
implementation 'cat.ereza:customactivityoncrash:2.4.0' implementation 'cat.ereza:customactivityoncrash:2.4.0'

@ -9,7 +9,7 @@ tasks.register('clean', Delete) {
} }
project.ext { project.ext {
gsonVersion = '2.11.0' gsonVersion = '2.13.1'
media3Version = '1.6.1' media3Version = '1.6.1'
okhttpVersion = '5.0.0-alpha.14' okhttpVersion = '5.0.0'
} }

@ -19,7 +19,7 @@ android {
} }
dependencies { dependencies {
api 'androidx.annotation:annotation:1.6.0' api 'androidx.annotation:annotation:1.9.1'
api 'androidx.preference:preference:1.2.1' api 'androidx.preference:preference:1.2.1'
api 'com.google.code.gson:gson:' + gsonVersion api 'com.google.code.gson:gson:' + gsonVersion
api 'com.google.net.cronet:cronet-okhttp:0.1.0' api 'com.google.net.cronet:cronet-okhttp:0.1.0'

Loading…
Cancel
Save