From 8734b7652d574ccd628bf2c790cfd119a1d56f57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:03:24 +0000 Subject: [PATCH] build(deps): bump com.android.library from 8.3.2 to 8.13.0 Bumps com.android.library from 8.3.2 to 8.13.0. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 8.13.0 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 785d5ab..e0c5985 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -18,7 +18,7 @@ plugins { kotlin("multiplatform") version ktVersion kotlin("plugin.serialization") version ktVersion - id("com.android.library") version "8.3.2" + id("com.android.library") version "8.13.0" id("io.github.gradle-nexus.publish-plugin") version "2.0.0" id("com.dorongold.task-tree") version "4.0.1" id("com.codingfeline.buildkonfig") version "0.17.1"