From ce89a7c1a3534f74d63e6ccaf9e71a06925d5fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 07:31:35 -0600 Subject: [PATCH] Bump com.android.library from 8.2.2 to 8.7.2 (#6) Bumps com.android.library from 8.2.2 to 8.7.2. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 578a564..e3cb6fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { kotlin("multiplatform") version "2.0.21" apply false - id("com.android.library") version "8.2.2" apply false + id("com.android.library") version "8.7.2" apply false id("org.jetbrains.dokka") version "1.9.20" apply false id("org.jetbrains.compose") version "1.7.1" apply false