From 3ebb0b5e007365ffec7e1c828cded97581e220df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 01:54:34 +0000 Subject: [PATCH] Bump com.android.application from 8.3.1 to 8.5.0 Bumps com.android.application from 8.3.1 to 8.5.0. --- updated-dependencies: - dependency-name: com.android.application 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 4273aa9fb..74a59b809 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.gradle.ext.settings import org.jetbrains.gradle.ext.taskTriggers plugins { - id("com.android.application") version "8.3.1" apply false + id("com.android.application") version "8.5.0" apply false id("com.android.library") version "8.3.1" apply false id("org.jetbrains.kotlin.android") version "1.9.10" apply false id("org.ec4j.editorconfig") version "0.1.0" apply false