From 6512272f88623c65450aea6d5a213823638a41a7 Mon Sep 17 00:00:00 2001 From: Courville Software Date: Mon, 6 May 2024 08:08:12 +0200 Subject: [PATCH] libs++ --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 0057cbfe..a80d1be6 100644 --- a/build.gradle +++ b/build.gradle @@ -114,10 +114,10 @@ if (useSan) dependencies { implementation project(':FileCoreLibrary') - implementation 'androidx.core:core:1.13.0' + implementation 'androidx.core:core:1.13.1' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.media:media:1.7.0' - implementation 'androidx.fragment:fragment:1.6.2' + implementation 'androidx.fragment:fragment:1.7.0' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.preference:preference:1.2.1' implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'