From 2b3dabb20b3e25fc1117b34db2094af44de446b7 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 5 Aug 2022 18:13:35 +0200 Subject: [PATCH] Update AndroidX Activity and Fragment to version 1.5.1 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f9c8cf47d..26b5e8ab6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { 'kotlinCoroutines': '1.6.4', 'jetbrainsAnnotations': '23.0.0', 'androidxAppCompat': '1.4.2', - 'androidxActivity': '1.4.0', + 'androidxActivity': '1.5.1', 'androidxRecyclerView': '1.2.1', 'androidxLifecycle': '2.5.1', 'androidxAnnotation': '1.4.0', @@ -23,7 +23,7 @@ buildscript { 'androidxNavigation': '2.4.1', 'androidxConstraintLayout': '2.1.4', 'androidxWorkManager': '2.7.1', - 'androidxFragment': '1.4.1', + 'androidxFragment': '1.5.1', 'androidxLocalBroadcastManager': '1.1.0', 'androidxCore': '1.8.0', 'androidxCardView': '1.0.0',