From cd41338ee5975a18b9c3f0368e6e73c3d4615442 Mon Sep 17 00:00:00 2001 From: FongMi Date: Thu, 18 Dec 2025 13:01:51 +0800 Subject: [PATCH] Update gradle --- build.gradle | 6 +++--- catvod/build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 243510fcf..7134cdc6c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'com.android.application' version '8.13.1' apply false - id 'com.android.library' version '8.13.1' apply false + id 'com.android.application' version '8.13.2' apply false + id 'com.android.library' version '8.13.2' apply false id 'com.chaquo.python' version '17.0.0' apply false } @@ -11,6 +11,6 @@ tasks.register('clean', Delete) { project.ext { gsonVersion = '2.13.2' glideVersion = '5.0.5' - media3Version = '1.8.0' + media3Version = '1.9.0' okhttpVersion = '5.3.2' } diff --git a/catvod/build.gradle b/catvod/build.gradle index 9349f7ad2..0216996f0 100644 --- a/catvod/build.gradle +++ b/catvod/build.gradle @@ -24,6 +24,7 @@ android { } dependencies { + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' api 'androidx.annotation:annotation:1.9.1' api 'androidx.preference:preference:1.2.1' api 'androidx.startup:startup-runtime:1.2.0' @@ -44,5 +45,4 @@ dependencies { exclude group: 'com.google.j2objc', module: 'j2objc-annotations' exclude group: 'org.codehaus.mojo', module: 'animal-sniffer-annotations' } - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' } \ No newline at end of file