Skip to content

Commit

Permalink
chore: update scripts/update-java.sh to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Jan 13, 2024
1 parent b3622fc commit e999e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object Config {
object Libs {
val kotlinStd = "org.jetbrains.kotlin:kotlin-stdlib"

val sentryJavaVersion = "7.1.0"
val sentryJavaVersion = "7.2.0"
val sentryAndroid = "io.sentry:sentry-android:$sentryJavaVersion"
val sentryJava = "io.sentry:sentry:$sentryJavaVersion"

Expand Down

0 comments on commit e999e50

Please sign in to comment.