build: Dependency and Gradle update

This commit is contained in:
antonio 2023-04-30 19:40:11 +02:00
parent c1b632ccb1
commit 70d58a9232
7 changed files with 20 additions and 13 deletions

View file

@ -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'