This commit is contained in:
kunfei
2023-11-30 16:42:05 +08:00
parent 201225c196
commit bf298b0474
3 changed files with 27 additions and 11 deletions
+2 -2
View File
@@ -166,7 +166,7 @@ dependencies {
implementation('androidx.constraintlayout:constraintlayout:2.1.4')
implementation('androidx.swiperefreshlayout:swiperefreshlayout:1.1.0')
implementation('androidx.viewpager2:viewpager2:1.0.0')
implementation('androidx.webkit:webkit:1.8.0')
implementation('androidx.webkit:webkit:1.9.0')
//google
implementation('com.google.android.material:material:1.10.0')
@@ -179,7 +179,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-service:$lifecycle_version")
//media
implementation("androidx.media:media:1.6.0")
implementation("androidx.media:media:1.7.0")
// For media playback using ExoPlayer
implementation "androidx.media3:media3-exoplayer:$media3_version"
// For loading data using the OkHttp network stack