We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b42e1 commit c50fe18Copy full SHA for c50fe18
buildSrc/src/main/java/Config.kt
@@ -33,7 +33,7 @@ object Config {
33
object Libs {
34
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"
35
36
- val sentryJavaVersion = "8.21.1"
+ val sentryJavaVersion = "8.23.0"
37
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
38
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"
39
0 commit comments