diff --git a/app/build.gradle b/app/build.gradle index 2bf96596..cc98bb5e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,11 +56,11 @@ dependencies { implementation 'com.google.android.exoplayer:exoplayer:2.12.2' implementation 'com.google.android.material:material:1.3.0' - implementation 'androidx.core:core-ktx:1.3.2' + implementation 'androidx.core:core-ktx:1.5.0' implementation 'androidx.media:media:1.3.1' - implementation 'androidx.fragment:fragment-ktx:1.3.3' + implementation 'androidx.fragment:fragment-ktx:1.3.4' implementation 'androidx.legacy:legacy-support-v13:1.0.0' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.3.0' implementation 'androidx.recyclerview:recyclerview:1.2.0' implementation 'androidx.gridlayout:gridlayout:1.0.0' implementation 'androidx.cardview:cardview:1.0.0'