From b7faf25101d1ccac740e6e1e42260429fb12c4d3 Mon Sep 17 00:00:00 2001 From: FongMi Date: Tue, 18 Jul 2023 17:38:55 +0800 Subject: [PATCH] Fix build --- app/build.gradle | 24 ++++++++++++------------ drpy/build.gradle | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 410af76ad..879554ee6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -89,18 +89,18 @@ dependencies { implementation project(':forcetech') implementation project(':ijkplayer') //pythonImplementation project(':pyramid') - implementation 'androidx.media3:media3-database:1.0.2' - implementation 'androidx.media3:media3-datasource:1.0.2' - implementation 'androidx.media3:media3-datasource-okhttp:1.0.2' - implementation 'androidx.media3:media3-datasource-rtmp:1.0.2' - implementation 'androidx.media3:media3-exoplayer:1.0.2' - implementation 'androidx.media3:media3-exoplayer-dash:1.0.2' - implementation 'androidx.media3:media3-exoplayer-hls:1.0.2' - implementation 'androidx.media3:media3-exoplayer-rtsp:1.0.2' - implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.0.2' - implementation 'androidx.media3:media3-extractor:1.0.2' - implementation 'androidx.media3:media3-session:1.0.2' - implementation 'androidx.media3:media3-ui:1.0.2' + implementation 'androidx.media3:media3-database:1.1.0' + implementation 'androidx.media3:media3-datasource:1.1.0' + implementation 'androidx.media3:media3-datasource-okhttp:1.1.0' + implementation 'androidx.media3:media3-datasource-rtmp:1.1.0' + implementation 'androidx.media3:media3-exoplayer:1.1.0' + implementation 'androidx.media3:media3-exoplayer-dash:1.1.0' + implementation 'androidx.media3:media3-exoplayer-hls:1.1.0' + implementation 'androidx.media3:media3-exoplayer-rtsp:1.1.0' + implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.1.0' + implementation 'androidx.media3:media3-extractor:1.1.0' + implementation 'androidx.media3:media3-session:1.1.0' + implementation 'androidx.media3:media3-ui:1.1.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' implementation 'androidx.preference:preference:1.2.0' diff --git a/drpy/build.gradle b/drpy/build.gradle index cbba593ae..c4bb401cd 100644 --- a/drpy/build.gradle +++ b/drpy/build.gradle @@ -14,7 +14,7 @@ android { dependencies { implementation project(':catvod') implementation 'androidx.annotation:annotation:1.5.0' - implementation 'androidx.media3:media3-common:1.0.2' + implementation 'androidx.media3:media3-common:1.1.0' implementation 'androidx.preference:preference:1.2.0' implementation 'wang.harlon.quickjs:wrapper-android:0.20.2' api 'com.google.code.gson:gson:' + gsonVersion