From e02f3697a640285a2daed712f942d6e1d064d966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 08:20:05 +0000 Subject: [PATCH] Bump the gradle-minor-and-patch group across 1 directory with 3 updates Bumps the gradle-minor-and-patch group with 3 updates in the / directory: [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin), androidx.activity:activity-compose and androidx.core:core-ktx. Updates `org.jetbrains.kotlin.plugin.compose` from 2.2.21 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.21...v2.4.10) Updates `androidx.activity:activity-compose` from 1.10.1 to 1.13.0 Updates `androidx.core:core-ktx` from 1.16.0 to 1.19.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: androidx.activity:activity-compose dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch - dependency-name: androidx.core:core-ktx dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-minor-and-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 4 ++-- build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 00d4094..697778b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -41,8 +41,8 @@ dependencies { implementation("androidx.compose.material3:material3") implementation("androidx.compose.animation:animation") implementation("androidx.compose.foundation:foundation") - implementation("androidx.activity:activity-compose:1.10.1") - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.activity:activity-compose:1.13.0") + implementation("androidx.core:core-ktx:1.19.0") debugImplementation("androidx.compose.ui:ui-tooling") } diff --git a/build.gradle.kts b/build.gradle.kts index bd1ebbf..bfcb048 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,4 +1,4 @@ plugins { id("com.android.application") version "9.3.0" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.2.21" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.4.10" apply false }