From 0d9d06b1ae9870bcfb23cdc6e0912287514fb280 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 14:40:16 +0000 Subject: [PATCH] fix(deps): update binary.compatibility.validator to v0.18.1 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a6a9c54e..77fd5203 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ kover = "0.9.0-RC" store = "5.1.0-SNAPSHOT" truth = "1.1.3" turbine = "1.2.0" -binary-compatibility-validator = "0.15.0-Beta.2" +binary-compatibility-validator = "0.18.1" [libraries] android-gradle-plugin = { group = "com.android.tools.build", name = "gradle", version.ref = "androidGradlePlugin" }