From e51ad5823b19020b69df6b02a5107db86eae072d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:50:00 +0000 Subject: [PATCH] Bump com.android.library from 8.6.1 to 8.7.3 Bumps com.android.library from 8.6.1 to 8.7.3. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 316ed5f..03c566b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.library") version "8.7.3" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.vanniktech.maven.publish") version "0.29.0" id("org.jetbrains.kotlin.plugin.compose") version "2.0.20" apply false