diff --git a/build.gradle b/build.gradle index 454a384..85269a7 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.8.0' + implementation 'io.sentry:sentry:7.9.0' } }