From c4596a75cde8cb43eccfe6ebc95571704245f9c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 02:36:10 +0000 Subject: [PATCH 01/14] Build(deps): Bump com.android.application from 8.12.0 to 8.12.1 Bumps com.android.application from 8.12.0 to 8.12.1. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.12.1 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 a61b71a..412a84d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.12.0" apply false + id("com.android.application") version "8.12.1" apply false id("com.android.library") version "8.12.0" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false From b44ff71906b4ffb7eaf64eb6cc00e3013d4618f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 05:07:58 +0000 Subject: [PATCH 02/14] Build(deps): Bump com.android.library from 8.12.0 to 8.12.1 Bumps com.android.library from 8.12.0 to 8.12.1. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 8.12.1 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 412a84d..0c65417 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.application") version "8.12.1" apply false - id("com.android.library") version "8.12.0" apply false + id("com.android.library") version "8.12.1" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false } From 8bd6b5d09f378259ef8267ce4cbcd49725505f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:01:10 +0000 Subject: [PATCH 03/14] Build(deps): Bump androidx.core:core-ktx from 1.16.0 to 1.17.0 Bumps androidx.core:core-ktx from 1.16.0 to 1.17.0. --- updated-dependencies: - dependency-name: androidx.core:core-ktx dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 fe188da..124e65c 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -40,7 +40,7 @@ android { dependencies { implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.10")) - implementation("androidx.core:core-ktx:1.16.0") + implementation("androidx.core:core-ktx:1.17.0") // Compose BOM (Bill of Materials) implementation(platform("androidx.compose:compose-bom:2025.08.00")) From 9f95ee4643d0c2cb1908c4e69e338bbbf9494f5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Aug 2025 17:41:55 +0000 Subject: [PATCH 04/14] Build(deps): Bump actions/setup-java from 4 to 5 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5e27e0..81091ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@v5 - name: Set up JDK 21 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: 'temurin' java-version: '21' From 9f660c5cc8d5f4351b9de6f7b2646759790fb489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 23:04:57 +0000 Subject: [PATCH 05/14] Build(deps): Bump androidx.compose:compose-bom Bumps androidx.compose:compose-bom from 2025.08.00 to 2025.08.01. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.08.01 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 8abdfe6..a419fe5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation("androidx.core:core-ktx:1.17.0") // Compose BOM (Bill of Materials) - implementation(platform("androidx.compose:compose-bom:2025.08.00")) + implementation(platform("androidx.compose:compose-bom:2025.08.01")) // Compose dependencies implementation("androidx.activity:activity-compose:1.10.1") From c0ef56def4dc4cf62411541a52c168cf62cdeed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:35:21 +0000 Subject: [PATCH 06/14] Build(deps): Bump com.android.application from 8.12.1 to 8.12.2 Bumps com.android.application from 8.12.1 to 8.12.2. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.12.2 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 0c65417..dc5d430 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.12.1" apply false + id("com.android.application") version "8.12.2" apply false id("com.android.library") version "8.12.1" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false From 8a554c88f721b3fd33f272857bd85b23f8d35e72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 19:14:00 +0000 Subject: [PATCH 07/14] Build(deps): Bump com.android.library from 8.12.1 to 8.12.2 Bumps com.android.library from 8.12.1 to 8.12.2. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 8.12.2 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 dc5d430..789dee5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.application") version "8.12.2" apply false - id("com.android.library") version "8.12.1" apply false + id("com.android.library") version "8.12.2" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false } From 03ca90ed38200983b13274b6c3e322ff33b84935 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 15:28:02 +0300 Subject: [PATCH 08/14] Build(deps): Bump com.android.application from 8.12.2 to 8.13.0 (#162) Bumps com.android.application from 8.12.2 to 8.13.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 789dee5..6b50716 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.12.2" apply false + id("com.android.application") version "8.13.0" apply false id("com.android.library") version "8.12.2" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false From 9c293abb79f0869b1a86d8fd9462c4928f55d1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 19:04:44 +0300 Subject: [PATCH 09/14] Build(deps): Bump com.android.library from 8.12.2 to 8.13.0 (#163) Bumps com.android.library from 8.12.2 to 8.13.0. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 8.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6b50716..403a83d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.application") version "8.13.0" apply false - id("com.android.library") version "8.12.2" apply false + id("com.android.library") version "8.13.0" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false } From f383fbbe8b8047e4c616966b3043864c6ad47aee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:19:21 +0300 Subject: [PATCH 10/14] Build(deps): Bump org.jetbrains.kotlin.plugin.compose (#164) Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.20. - [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.10...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 403a83d..c1fb7cb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "8.13.0" apply false id("com.android.library") version "8.13.0" apply false id("org.jetbrains.kotlin.android") version "2.2.10" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.2.20" apply false } val versionName = "1.15.7" From bb108e39180b5f2758255abe3c1faf7839d61a83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:19:36 +0300 Subject: [PATCH 11/14] Build(deps): Bump androidx.compose:compose-bom (#165) Bumps androidx.compose:compose-bom from 2025.08.01 to 2025.09.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.09.00 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 a419fe5..c267aae 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -46,7 +46,7 @@ dependencies { implementation("androidx.core:core-ktx:1.17.0") // Compose BOM (Bill of Materials) - implementation(platform("androidx.compose:compose-bom:2025.08.01")) + implementation(platform("androidx.compose:compose-bom:2025.09.00")) // Compose dependencies implementation("androidx.activity:activity-compose:1.10.1") From 2f1a901d772fd080efa762f51796dab5f903ed22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:19:50 +0300 Subject: [PATCH 12/14] Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 2.2.10 to 2.2.20 (#166) Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.20. - [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.10...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 c267aae..894ddaf 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -42,7 +42,7 @@ android { } dependencies { - implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.10")) + implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.20")) implementation("androidx.core:core-ktx:1.17.0") // Compose BOM (Bill of Materials) From 6a47f7b629b0f72c074ee2b7f848bed0a47440f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:25:42 +0300 Subject: [PATCH 13/14] Build(deps): Bump androidx.activity:activity-compose (#167) Bumps androidx.activity:activity-compose from 1.10.1 to 1.11.0. --- updated-dependencies: - dependency-name: androidx.activity:activity-compose dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 894ddaf..ce42e9a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation(platform("androidx.compose:compose-bom:2025.09.00")) // Compose dependencies - implementation("androidx.activity:activity-compose:1.10.1") + implementation("androidx.activity:activity-compose:1.11.0") implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-tooling-preview") implementation("androidx.compose.material3:material3:1.3.2") From 96b64ec7443376cab919dcd93e01c207e6bf2e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 20:25:53 +0300 Subject: [PATCH 14/14] Build(deps): Bump org.jetbrains.kotlin.android from 2.2.10 to 2.2.20 (#168) Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.2.10 to 2.2.20. - [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.10...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c1fb7cb..dd98523 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("com.android.application") version "8.13.0" apply false id("com.android.library") version "8.13.0" apply false - id("org.jetbrains.kotlin.android") version "2.2.10" apply false + id("org.jetbrains.kotlin.android") version "2.2.20" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.20" apply false }