From 77f08250645926dd1326aefbcf0e7b0bda1a71dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 09:28:16 +0000 Subject: [PATCH] chore(deps): bump androidx.customview:customview-poolingcontainer Bumps androidx.customview:customview-poolingcontainer from 1.0.0 to 1.1.0. --- updated-dependencies: - dependency-name: androidx.customview:customview-poolingcontainer dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 f034a1f8f..fcce23675 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ ksp = "2.1.21-2.0.1" detekt = "1.23.8" #Androidx androidx-customView = "1.2.0-alpha02" -androidx-customViewPooling = "1.0.0" +androidx-customViewPooling = "1.1.0" androidx-lifecycle = "2.8.7" androidx-constraintlayout = "2.2.0" androidx-documentfile = "1.0.1"