From 88f2756e53df8d3950e428ef1a5a019a1c3dd4da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:26:40 +0000 Subject: [PATCH] Bump com.android.library from 8.3.2 to 8.5.0 Bumps com.android.library from 8.3.2 to 8.5.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 6c4fb01..6902691 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.5.0" 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