From 2a4327a32bf3b84374b705fb621da178d976049a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:17:38 +0200 Subject: [PATCH] chore(deps): bump the android-dependencies group with 2 updates (#29) Bumps the android-dependencies group with 2 updates: com.android.application and com.android.library. Updates `com.android.application` from 8.5.0 to 8.5.1 Updates `com.android.library` from 8.5.0 to 8.5.1 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-dependencies - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: android-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 0a84dd1..9934a48 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.5.0" apply false + id("com.android.application") version "8.5.1" apply false id("org.jetbrains.kotlin.android") version "2.0.0" apply false - id("com.android.library") version "8.5.0" apply false + id("com.android.library") version "8.5.1" apply false } \ No newline at end of file