视频播放
This commit is contained in:
@@ -47,6 +47,7 @@ dependencies {
|
||||
implementation(libs.androidx.constraintlayout)
|
||||
implementation("androidx.recyclerview:recyclerview:1.3.2")
|
||||
implementation(libs.firebase.crashlytics.buildtools)
|
||||
implementation(libs.androidx.ui.test)
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
androidTestImplementation(libs.androidx.espresso.core)
|
||||
@@ -76,4 +77,10 @@ dependencies {
|
||||
implementation("com.github.bumptech.glide:glide:4.16.0")
|
||||
// ZXing 二维码扫描库
|
||||
implementation("com.google.zxing:core:3.5.2")
|
||||
// ExoPlayer 核心库
|
||||
implementation("androidx.media3:media3-exoplayer:1.9.0")
|
||||
// ExoPlayer UI组件库,提供PlayerView等
|
||||
implementation("androidx.media3:media3-ui:1.9.0")
|
||||
// ExoPlayer 通用库
|
||||
implementation("androidx.media3:media3-common:1.9.0")
|
||||
}
|
||||
Reference in New Issue
Block a user