From 46dfd0bfa005f2df7cd729768e897dfca99f8121 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 8 Sep 2023 14:53:44 +0200 Subject: [PATCH] Bumped dependencies --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e71f5b843..baa03a0c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -68,6 +68,7 @@ android { } dependencies { + implementation "androidx.annotation:annotation:1.7.0" implementation 'androidx.core:core-ktx:1.10.1' implementation 'androidx.appcompat:appcompat:1.7.0-alpha03' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' @@ -76,7 +77,7 @@ dependencies { implementation "androidx.core:core-telecom:1.0.0-alpha01" - def nav_version = "2.7.1" + def nav_version = "2.7.2" implementation "androidx.navigation:navigation-fragment-ktx:$nav_version" implementation "androidx.navigation:navigation-ui-ktx:$nav_version"