Skip to content

Commit

Permalink
Merge branch 'develop' into renovate/io.sentry-sentry-android-7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty authored Nov 13, 2024
2 parents 14eecc2 + c537276 commit 53178fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ allprojects {
config.from(files("$rootDir/tools/detekt/detekt.yml"))
}
dependencies {
detektPlugins("io.nlopez.compose.rules:detekt:0.4.17")
detektPlugins("io.nlopez.compose.rules:detekt:0.4.18")
}

// KtLint
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ opusencoder = "io.element.android:opusencoder:1.1.0"
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"

# Analytics
posthog = "com.posthog:posthog-android:3.9.1"
posthog = "com.posthog:posthog-android:3.9.2"
sentry = "io.sentry:sentry-android:7.17.0"
# main branch can be tested replacing the version with main-SNAPSHOT
matrix_analytics_events = "com.github.matrix-org:matrix-analytics-events:0.28.0"
Expand Down

0 comments on commit 53178fe

Please sign in to comment.