mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
gradle: dependencies update
This commit is contained in:
parent
48d9022f9a
commit
0b92c40d51
2 changed files with 10 additions and 10 deletions
|
|
@ -77,8 +77,8 @@ dependencies {
|
||||||
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
|
||||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
||||||
implementation 'androidx.preference:preference-ktx:1.2.1'
|
implementation 'androidx.preference:preference-ktx:1.2.1'
|
||||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.4'
|
implementation 'androidx.navigation:navigation-fragment-ktx:2.8.5'
|
||||||
implementation 'androidx.navigation:navigation-ui-ktx:2.8.4'
|
implementation 'androidx.navigation:navigation-ui-ktx:2.8.5'
|
||||||
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
implementation 'androidx.recyclerview:recyclerview:1.3.2'
|
||||||
implementation 'androidx.room:room-runtime:2.6.1'
|
implementation 'androidx.room:room-runtime:2.6.1'
|
||||||
implementation 'androidx.core:core-splashscreen:1.0.1'
|
implementation 'androidx.core:core-splashscreen:1.0.1'
|
||||||
|
|
@ -92,13 +92,13 @@ dependencies {
|
||||||
implementation 'com.github.bumptech.glide:annotations:4.16.0'
|
implementation 'com.github.bumptech.glide:annotations:4.16.0'
|
||||||
|
|
||||||
// Media3
|
// Media3
|
||||||
implementation 'androidx.media3:media3-session:1.4.1'
|
implementation 'androidx.media3:media3-session:1.5.1'
|
||||||
implementation 'androidx.media3:media3-common:1.4.1'
|
implementation 'androidx.media3:media3-common:1.5.1'
|
||||||
implementation 'androidx.media3:media3-exoplayer:1.4.1'
|
implementation 'androidx.media3:media3-exoplayer:1.5.1'
|
||||||
implementation 'androidx.media3:media3-ui:1.4.1'
|
implementation 'androidx.media3:media3-ui:1.5.1'
|
||||||
implementation 'androidx.media3:media3-exoplayer-hls:1.4.1'
|
implementation 'androidx.media3:media3-exoplayer-hls:1.5.1'
|
||||||
tempoImplementation 'androidx.media3:media3-cast:1.4.1'
|
tempoImplementation 'androidx.media3:media3-cast:1.5.1'
|
||||||
playImplementation 'androidx.media3:media3-cast:1.4.1'
|
playImplementation 'androidx.media3:media3-cast:1.5.1'
|
||||||
|
|
||||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
|
||||||
annotationProcessor 'androidx.room:room-compiler:2.6.1'
|
annotationProcessor 'androidx.room:room-compiler:2.6.1'
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ buildscript {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:8.7.2'
|
classpath 'com.android.tools.build:gradle:8.7.3'
|
||||||
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
|
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue