Merge pull request #8370 from kevlahnota/master3

update Sentry
This commit is contained in:
kevlahnota
2025-08-14 06:07:54 +08:00
committed by GitHub
6 changed files with 5 additions and 5 deletions

View File

@@ -32,7 +32,7 @@
<dependency> <dependency>
<groupId>io.sentry</groupId> <groupId>io.sentry</groupId>
<artifactId>sentry-logback</artifactId> <artifactId>sentry-logback</artifactId>
<version>8.18.0</version> <version>8.19.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jgrapht</groupId> <groupId>org.jgrapht</groupId>

View File

@@ -148,14 +148,14 @@
<dependency> <dependency>
<groupId>io.sentry</groupId> <groupId>io.sentry</groupId>
<artifactId>sentry-native-ndk</artifactId> <artifactId>sentry-native-ndk</artifactId>
<version>0.8.4</version> <version>0.10.0</version>
<scope>system</scope> <scope>system</scope>
<systemPath>${pom.basedir}/libs/sentrynativendk.jar</systemPath> <systemPath>${pom.basedir}/libs/sentrynativendk.jar</systemPath>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.sentry</groupId> <groupId>io.sentry</groupId>
<artifactId>sentry-android</artifactId> <artifactId>sentry-android</artifactId>
<version>8.18.0</version> <version>8.19.1</version>
<type>aar</type> <type>aar</type>
<exclusions> <exclusions>
<exclusion> <exclusion>
@@ -176,7 +176,7 @@
<dependency> <dependency>
<groupId>io.sentry</groupId> <groupId>io.sentry</groupId>
<artifactId>sentry-android-core</artifactId> <artifactId>sentry-android-core</artifactId>
<version>8.18.0</version> <version>8.19.1</version>
<type>aar</type> <type>aar</type>
<exclusions> <exclusions>
<exclusion> <exclusion>
@@ -196,7 +196,7 @@
<dependency> <dependency>
<groupId>io.sentry</groupId> <groupId>io.sentry</groupId>
<artifactId>sentry-android-ndk</artifactId> <artifactId>sentry-android-ndk</artifactId>
<version>8.18.0</version> <version>8.19.1</version>
<type>aar</type> <type>aar</type>
<exclusions> <exclusions>
<exclusion> <exclusion>