diff --git a/app/build.gradle b/app/build.gradle index 83ac5d3e5..54be9765b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,10 +63,10 @@ dependencies { // General implementation "androidx.core:core-ktx:1.5.0" implementation "androidx.activity:activity-ktx:1.2.3" - implementation 'androidx.fragment:fragment-ktx:1.3.4' + implementation 'androidx.fragment:fragment-ktx:1.3.5' // UI - implementation "androidx.recyclerview:recyclerview:1.2.0" + implementation "androidx.recyclerview:recyclerview:1.2.1" implementation "androidx.constraintlayout:constraintlayout:2.0.4" implementation "androidx.dynamicanimation:dynamicanimation:1.0.0" @@ -91,7 +91,7 @@ dependencies { // --- THIRD PARTY --- // ExoPlayer - implementation "com.google.android.exoplayer:exoplayer-core:2.14.0" + implementation "com.google.android.exoplayer:exoplayer-core:2.14.1" // Image loading implementation "io.coil-kt:coil:1.2.1"