From e14380d49a5e510fe117e2f3d8f5602b9880b1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:41:11 +0000 Subject: [PATCH] Bump com.android.library from 8.6.1 to 8.8.0 Bumps com.android.library from 8.6.1 to 8.8.0. --- 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 190609f..eba34f4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { kotlin("multiplatform") version "2.0.21" // This version is dependent on the maximum tested version // of this plugin within the Kotlin multiplatform library - id("com.android.library") version "8.6.1" + id("com.android.library") version "8.8.0" id("org.jetbrains.dokka") version "2.0.0"