diff --git a/app/build.gradle b/app/build.gradle index 4a0a56fff..003a1d8ba 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -204,10 +204,10 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.4.1' + implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.media:media:1.5.0' implementation 'androidx.fragment:fragment-ktx:1.4.1' - implementation 'androidx.core:core-ktx:1.7.0' + implementation 'androidx.core:core-ktx:1.8.0' def nav_version = "2.4.2" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"