diff --git a/build.gradle.kts b/build.gradle.kts index 56e29f87d0..1336b5dc05 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0700a370c3..b809acc763 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"