From 5d851df33cfb41cccb2fb480644e25c8c5666a00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:08:20 +0000 Subject: [PATCH] Bump com.android.library from 8.3.2 to 8.4.1 Bumps com.android.library from 8.3.2 to 8.4.1. --- 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 6c4fb01..87d9323 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ plugins { id("com.android.application") version "8.3.2" apply false - id("com.android.library") version "8.3.2" apply false + id("com.android.library") version "8.4.1" apply false id("org.jetbrains.kotlin.android") version "1.9.23" apply false id("com.vanniktech.maven.publish") version "0.28.0" } \ No newline at end of file