Skip to content

Commit

Permalink
libs++
Browse files Browse the repository at this point in the history
  • Loading branch information
courville committed Jan 13, 2025
1 parent 3dbb4e9 commit 577c7f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
}

0 comments on commit 577c7f3

Please sign in to comment.