diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d9de77bb1..8f256914ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -179,7 +179,7 @@ kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotl ksp-gradlePlugin = { module = "com.google.devtools.ksp:symbol-processing-gradle-plugin", version.ref = "ksp" } ktlint-gradle = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlintGradle" } ktlint-rules-compose = "io.nlopez.compose.rules:ktlint:0.3.15" -leakcanary = "com.squareup.leakcanary:leakcanary-android:2.13" +leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14" lottie = { module = "com.airbnb.android:lottie", version.ref = "lottie" } lottie-compose = { module = "com.airbnb.android:lottie-compose", version.ref = "lottie" } materialComponents = "com.google.android.material:material:1.11.0"