From 9679756819d37944c6ba89f6b872422855ca366c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 17:49:40 +0000 Subject: [PATCH 1/3] Bump androidx.compose:compose-bom from 2025.01.01 to 2025.02.00 Bumps androidx.compose:compose-bom from 2025.01.01 to 2025.02.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index e9220fc..4f5cbc5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("androidx.core:core-ktx:1.15.0") // Compose BOM (Bill of Materials) - implementation(platform("androidx.compose:compose-bom:2025.01.01")) + implementation(platform("androidx.compose:compose-bom:2025.02.00")) // Compose dependencies implementation("androidx.activity:activity-compose:1.10.0") From 4cceefff7b2350efe75dd2cf7d7860f74fdb7d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 17:09:05 +0000 Subject: [PATCH 2/3] Bump com.android.library from 8.8.0 to 8.8.1 Bumps com.android.library from 8.8.0 to 8.8.1. --- updated-dependencies: - dependency-name: com.android.library dependency-type: direct:production update-type: version-update:semver-patch ... 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 5509386..96f0c74 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.application") version "8.8.0" apply false - id("com.android.library") version "8.8.0" apply false + id("com.android.library") version "8.8.1" apply false id("org.jetbrains.kotlin.android") version "2.1.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false } From a856940f978f9a40bac9b7eec25d017fe76633f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 17:51:35 +0000 Subject: [PATCH 3/3] Bump com.android.application from 8.8.0 to 8.8.1 Bumps com.android.application from 8.8.0 to 8.8.1. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... 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 96f0c74..19c6899 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.8.0" apply false + id("com.android.application") version "8.8.1" apply false id("com.android.library") version "8.8.1" apply false id("org.jetbrains.kotlin.android") version "2.1.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.10" apply false