mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Dependencies update
This commit is contained in:
parent
02176b5faa
commit
2dab1f7a79
1 changed files with 6 additions and 6 deletions
|
|
@ -69,18 +69,18 @@ dependencies {
|
||||||
implementation 'com.github.bumptech.glide:annotations:4.13.1'
|
implementation 'com.github.bumptech.glide:annotations:4.13.1'
|
||||||
|
|
||||||
// Media3
|
// Media3
|
||||||
implementation "androidx.media3:media3-session:1.0.0-alpha02"
|
implementation 'androidx.media3:media3-session:1.0.0-alpha03'
|
||||||
implementation "androidx.media3:media3-common:1.0.0-alpha02"
|
implementation 'androidx.media3:media3-common:1.0.0-alpha03'
|
||||||
implementation "androidx.media3:media3-exoplayer:1.0.0-alpha02"
|
implementation 'androidx.media3:media3-exoplayer:1.0.0-alpha03'
|
||||||
implementation "androidx.media3:media3-ui:1.0.0-alpha02"
|
implementation 'androidx.media3:media3-ui:1.0.0-alpha03'
|
||||||
implementation "androidx.media3:media3-cast:1.0.0-alpha02"
|
implementation 'androidx.media3:media3-cast:1.0.0-alpha03'
|
||||||
|
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.4.2'
|
annotationProcessor 'androidx.room:room-compiler:2.4.2'
|
||||||
|
|
||||||
// Retrofit
|
// Retrofit
|
||||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||||
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.5'
|
implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.6'
|
||||||
implementation 'com.tickaroo.tikxml:retrofit-converter:0.8.15'
|
implementation 'com.tickaroo.tikxml:retrofit-converter:0.8.15'
|
||||||
|
|
||||||
// XMLParser
|
// XMLParser
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue