Update Sentry libs

- fix Java Property on startup
This commit is contained in:
Anthony Calosa
2024-08-13 20:11:20 +08:00
parent 3541fe1157
commit 4a2991588b
10 changed files with 48 additions and 24 deletions

View File

@@ -133,7 +133,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-android</artifactId>
<version>5.7.0</version>
<version>7.14.0</version>
<type>aar</type>
<exclusions>
<exclusion>
@@ -150,7 +150,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-android-core</artifactId>
<version>5.7.0</version>
<version>7.14.0</version>
<type>aar</type>
<exclusions>
<exclusion>
@@ -170,7 +170,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-android-ndk</artifactId>
<version>5.7.0</version>
<version>7.14.0</version>
<type>aar</type>
<exclusions>
<exclusion>
@@ -191,12 +191,6 @@
</exclusion>
</exclusions>
</dependency>
<!-- runtime dependency of sentry -->
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>com.badlogicgames.gdx-controllers</groupId>
<artifactId>gdx-controllers-android</artifactId>