From 5af5c8a1a669865dcd403b35308354973d51ac04 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 2 Jun 2022 17:21:35 +0200 Subject: [PATCH] Bumped dependencies --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"