From f53b4474c27bf3cd21f2a351954a50df82774898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:01:50 +0000 Subject: [PATCH] Bump com.android.application from 8.5.1 to 8.5.2 Bumps com.android.application from 8.5.1 to 8.5.2. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b8da60e..6efc9be 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ androidx-test-runner = { module = "androidx.test:runner", version = "1.6.1" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } -android = { id = "com.android.application", version = "8.5.1" } +android = { id = "com.android.application", version = "8.5.2" } binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" } publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }