From 9616d7ba3dab24f06b265346b9dc5b29068657b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 22:17:39 +0000 Subject: [PATCH] Bump the kotlin-minor group in /tictactoe_kotlin with 2 updates Bumps the kotlin-minor group in /tictactoe_kotlin 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: kotlin-minor - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin-minor ... Signed-off-by: dependabot[bot] --- tictactoe_kotlin/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tictactoe_kotlin/build.gradle b/tictactoe_kotlin/build.gradle index 1e135d5..3f178c6 100644 --- a/tictactoe_kotlin/build.gradle +++ b/tictactoe_kotlin/build.gradle @@ -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.library' version '8.5.0' apply false + id 'com.android.application' version '8.5.1' apply false + id 'com.android.library' version '8.5.1' apply false id 'org.jetbrains.kotlin.android' version '1.7.20' apply false }