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
ef83f18364
commit
f6a54bc199
2 changed files with 19 additions and 19 deletions
|
|
@ -42,41 +42,41 @@ dependencies {
|
|||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
|
||||
// AndroidX
|
||||
implementation 'androidx.core:core-ktx:1.7.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
||||
implementation 'androidx.core:core-ktx:1.8.0'
|
||||
implementation 'androidx.appcompat:appcompat:1.5.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||
implementation 'androidx.preference:preference-ktx:1.2.0'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.4.2'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.4.2'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.5.1'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.5.1'
|
||||
implementation 'androidx.recyclerview:recyclerview:1.2.1'
|
||||
implementation 'androidx.room:room-runtime:2.4.2'
|
||||
implementation 'androidx.room:room-runtime:2.4.3'
|
||||
implementation "androidx.cardview:cardview:1.0.0"
|
||||
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||
|
||||
// Google GMS
|
||||
implementation 'com.google.android.gms:play-services-cast-framework:21.0.1'
|
||||
implementation 'com.google.android.gms:play-services-cast-framework:21.1.0'
|
||||
|
||||
// Android Material
|
||||
implementation 'com.google.android.material:material:1.6.0-beta01'
|
||||
implementation 'com.google.android.material:material:1.7.0-beta01'
|
||||
|
||||
// SearchBar
|
||||
implementation 'com.paulrybitskyi.persistentsearchview:persistentsearchview:1.1.4'
|
||||
implementation "com.arthurivanets.adapster:adapster:1.0.13"
|
||||
|
||||
// Glide
|
||||
implementation 'com.github.bumptech.glide:glide:4.13.1'
|
||||
implementation 'com.github.bumptech.glide:annotations:4.13.1'
|
||||
implementation 'com.github.bumptech.glide:glide:4.13.2'
|
||||
implementation 'com.github.bumptech.glide:annotations:4.13.2'
|
||||
|
||||
// Media3
|
||||
implementation 'androidx.media3:media3-session:1.0.0-alpha03'
|
||||
implementation 'androidx.media3:media3-common:1.0.0-alpha03'
|
||||
implementation 'androidx.media3:media3-exoplayer:1.0.0-alpha03'
|
||||
implementation 'androidx.media3:media3-ui:1.0.0-alpha03'
|
||||
implementation 'androidx.media3:media3-cast:1.0.0-alpha03'
|
||||
implementation 'androidx.media3:media3-session:1.0.0-beta02'
|
||||
implementation 'androidx.media3:media3-common:1.0.0-beta02'
|
||||
implementation 'androidx.media3:media3-exoplayer:1.0.0-beta02'
|
||||
implementation 'androidx.media3:media3-ui:1.0.0-beta02'
|
||||
implementation 'androidx.media3:media3-cast:1.0.0-beta02'
|
||||
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.1'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.4.2'
|
||||
annotationProcessor 'com.github.bumptech.glide:compiler:4.13.2'
|
||||
annotationProcessor 'androidx.room:room-compiler:2.4.3'
|
||||
|
||||
// Retrofit
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue