diff --git a/build.gradle b/build.gradle index 4b40115..337c56a 100644 --- a/build.gradle +++ b/build.gradle @@ -88,6 +88,6 @@ project(":core") { dependencies { api "com.badlogicgames.gdx:gdx:$gdxVersion" implementation 'com.github.raeleus.TenPatch:tenpatch:5.2.3' - implementation 'io.sentry:sentry:7.14.0' + implementation 'io.sentry:sentry:7.16.0' } }