From 8c2ef46e19569fff9b659fc27aa1f2b0953e33dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 05:03:50 +0000 Subject: [PATCH] Bump the kotlin-minor group in /tictactoe_kotlin with 5 updates Bumps the kotlin-minor group in /tictactoe_kotlin with 5 updates: | Package | From | To | | --- | --- | --- | | com.android.application | `8.0.2` | `8.5.0` | | com.android.library | `8.0.2` | `8.5.0` | | androidx.core:core-ktx | `1.10.1` | `1.13.1` | | androidx.lifecycle:lifecycle-runtime-ktx | `2.6.1` | `2.8.2` | | androidx.activity:activity-compose | `1.7.2` | `1.9.0` | Updates `com.android.application` from 8.0.2 to 8.5.0 Updates `com.android.library` from 8.0.2 to 8.5.0 Updates `androidx.core:core-ktx` from 1.10.1 to 1.13.1 Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.6.1 to 2.8.2 Updates `androidx.activity:activity-compose` from 1.7.2 to 1.9.0 --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.core:core-ktx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor - dependency-name: androidx.activity:activity-compose dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin-minor ... Signed-off-by: dependabot[bot] --- tictactoe_kotlin/app/build.gradle | 6 +++--- tictactoe_kotlin/build.gradle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tictactoe_kotlin/app/build.gradle b/tictactoe_kotlin/app/build.gradle index 0beb905..f9f0c08 100644 --- a/tictactoe_kotlin/app/build.gradle +++ b/tictactoe_kotlin/app/build.gradle @@ -54,10 +54,10 @@ android { dependencies { - implementation 'androidx.core:core-ktx:1.10.1' + implementation 'androidx.core:core-ktx:1.13.1' implementation platform('org.jetbrains.kotlin:kotlin-bom:1.8.0') - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.6.1' - implementation 'androidx.activity:activity-compose:1.7.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.2' + implementation 'androidx.activity:activity-compose:1.9.0' implementation platform('androidx.compose:compose-bom:2023.06.01') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics' diff --git a/tictactoe_kotlin/build.gradle b/tictactoe_kotlin/build.gradle index 0afbd4d..1e135d5 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.0.2' apply false - id 'com.android.library' version '8.0.2' apply false + id 'com.android.application' version '8.5.0' apply false + id 'com.android.library' version '8.5.0' apply false id 'org.jetbrains.kotlin.android' version '1.7.20' apply false }