diff --git a/build.gradle b/build.gradle index a80d1be6..3e2031e6 100644 --- a/build.gradle +++ b/build.gradle @@ -117,7 +117,7 @@ dependencies { 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.7.0' + implementation 'androidx.fragment:fragment:1.7.1' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.preference:preference:1.2.1' implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1' @@ -153,5 +153,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.8.0' + implementation 'io.sentry:sentry:7.9.0' }