build: Dependency and Gradle update
This commit is contained in:
@@ -39,9 +39,15 @@ android {
|
||||
targetCompatibility 1.8
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
buildFeatures {
|
||||
viewBinding true
|
||||
}
|
||||
|
||||
namespace 'com.cappielloantonio.play'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -75,11 +81,11 @@ dependencies {
|
||||
implementation 'com.github.bumptech.glide:annotations:4.15.1'
|
||||
|
||||
// Media3
|
||||
implementation 'androidx.media3:media3-session:1.0.0'
|
||||
implementation 'androidx.media3:media3-common:1.0.0'
|
||||
implementation 'androidx.media3:media3-exoplayer:1.0.0'
|
||||
implementation 'androidx.media3:media3-ui:1.0.0'
|
||||
implementation 'androidx.media3:media3-cast:1.0.0'
|
||||
implementation 'androidx.media3:media3-session:1.0.1'
|
||||
implementation 'androidx.media3:media3-common:1.0.1'
|
||||
implementation 'androidx.media3:media3-exoplayer:1.0.1'
|
||||
implementation 'androidx.media3:media3-ui:1.0.1'
|
||||
implementation 'androidx.media3:media3-cast:1.0.1'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.15.1'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.5.1'
|
||||
|
||||
Reference in New Issue
Block a user