From 0ca94fe34fc3513e7e70bd23ce6cd133621d1c36 Mon Sep 17 00:00:00 2001 From: jhengazuki Date: Fri, 4 Jul 2025 06:17:33 +0800 Subject: [PATCH] Update library --- app/build.gradle | 2 +- build.gradle | 4 ++-- catvod/build.gradle | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 19e6c9c95..46e431c40 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -87,7 +87,7 @@ dependencies { implementation project(':catvod') implementation project(':chaquo') 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.room:room-runtime:2.7.2' implementation 'cat.ereza:customactivityoncrash:2.4.0' diff --git a/build.gradle b/build.gradle index 2192f79e7..4411895d8 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ tasks.register('clean', Delete) { } project.ext { - gsonVersion = '2.11.0' + gsonVersion = '2.13.1' media3Version = '1.6.1' - okhttpVersion = '5.0.0-alpha.14' + okhttpVersion = '5.0.0' } diff --git a/catvod/build.gradle b/catvod/build.gradle index 6fc8be832..f4ce3a117 100644 --- a/catvod/build.gradle +++ b/catvod/build.gradle @@ -19,7 +19,7 @@ android { } dependencies { - api 'androidx.annotation:annotation:1.6.0' + api 'androidx.annotation:annotation:1.9.1' api 'androidx.preference:preference:1.2.1' api 'com.google.code.gson:gson:' + gsonVersion api 'com.google.net.cronet:cronet-okhttp:0.1.0'