From 577c7f31f8468f17c9d82d0b344a638a44eefe1a Mon Sep 17 00:00:00 2001 From: Courville Software Date: Mon, 13 Jan 2025 21:40:58 +0100 Subject: [PATCH] libs++ --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8edcb09a..c62b2df3 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ if (useSan) dependencies { implementation project(':FileCoreLibrary') implementation 'androidx.lifecycle:lifecycle-process:2.8.7' - coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.3' + coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.1.4' implementation 'androidx.core:core:1.13.1' implementation 'androidx.legacy:legacy-support-core-utils:1.0.0' implementation 'androidx.media:media:1.7.0' @@ -158,5 +158,5 @@ dependencies { implementation ('org.eclipse.jetty:jetty-client:8.1.22.v20160922') { exclude group: 'org.eclipse.jetty.orbit', module: 'javax.servlet' } - implementation 'io.sentry:sentry:7.19.1' + implementation 'io.sentry:sentry:7.20.0' }