From a3f3d7efd882ac7a5c0662ab2e4167c5649574a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 16:31:13 +0000 Subject: [PATCH] Bump com.android.library from 8.2.2 to 8.3.2 Bumps com.android.library from 8.2.2 to 8.3.2. --- 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 b2f9adf..af6e408 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { kotlin("multiplatform") version "1.9.23" // This version is dependent on the maximum tested version // of this plugin within the Kotlin multiplatform library - id("com.android.library") version "8.2.2" + id("com.android.library") version "8.3.2" id("org.jetbrains.dokka") version "1.9.20"