From ce15024c56236c94e8822a5b2e992c1d4fddb7f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:11:13 +0000 Subject: [PATCH 01/12] Build(deps): Bump androidx.navigation:navigation-compose Bumps androidx.navigation:navigation-compose from 2.9.1 to 2.9.2. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-compose dependency-version: 2.9.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0c109f1..28ce891 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation("androidx.core:core-splashscreen:1.0.1") // Compose navigation - implementation("androidx.navigation:navigation-compose:2.9.1") + implementation("androidx.navigation:navigation-compose:2.9.2") // Coil implementation("io.coil-kt:coil-compose:2.7.0") From 1ec8d4ab48f1cde7b7e0dffa35aab97c769e2f9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 17:11:19 +0000 Subject: [PATCH 02/12] Build(deps): Bump androidx.compose:compose-bom Bumps androidx.compose:compose-bom from 2025.06.01 to 2025.07.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.07.00 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 0c109f1..0e92ad7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("androidx.core:core-ktx:1.16.0") // Compose BOM (Bill of Materials) - implementation(platform("androidx.compose:compose-bom:2025.06.01")) + implementation(platform("androidx.compose:compose-bom:2025.07.00")) // Compose dependencies implementation("androidx.activity:activity-compose:1.10.1") From 093a2ee566f0ec02612eed5b484925fc8d62791b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 17:16:32 +0000 Subject: [PATCH 03/12] Build(deps): Bump androidx.navigation:navigation-compose Bumps androidx.navigation:navigation-compose from 2.9.2 to 2.9.3. --- updated-dependencies: - dependency-name: androidx.navigation:navigation-compose dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fe323ff..d38bc13 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { implementation("androidx.core:core-splashscreen:1.0.1") // Compose navigation - implementation("androidx.navigation:navigation-compose:2.9.2") + implementation("androidx.navigation:navigation-compose:2.9.3") // Coil implementation("io.coil-kt:coil-compose:2.7.0") From 9b0fbdc05752621c2a8e419120943c9aeb73c2bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:15:00 +0000 Subject: [PATCH 04/12] Build(deps): Bump com.android.application from 8.11.1 to 8.12.0 Bumps com.android.application from 8.11.1 to 8.12.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c7bd202..a35f914 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.android.application") version "8.11.1" apply false + id("com.android.application") version "8.12.0" apply false id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false From 6688085e6ae71b64a8d0fd17e45db20a88f61b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:15:40 +0000 Subject: [PATCH 05/12] Build(deps): Bump com.android.library from 8.11.1 to 8.12.0 Bumps com.android.library from 8.11.1 to 8.12.0. --- updated-dependencies: - dependency-name: com.android.library dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 a35f914..66b5ce3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("com.android.application") version "8.12.0" apply false - id("com.android.library") version "8.11.1" apply false + id("com.android.library") version "8.12.0" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false } From 01bd6a9f5f6cd9c0e73e094ef6cee41324a5af17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:45:08 +0000 Subject: [PATCH 06/12] Build(deps): Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 571e757..d69d9c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Download Build Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: Build Artifacts From 17d655420b4edae7ab837c7f77ec9e6c0aea72cc Mon Sep 17 00:00:00 2001 From: Nikita Date: Thu, 7 Aug 2025 20:26:40 +0300 Subject: [PATCH 07/12] Bump version --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 66b5ce3..3dbc86b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,8 +5,8 @@ plugins { id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false } -val versionName = "1.15.6" -val versionCode = 13 +val versionName = "1.15.7" +val versionCode = 14 rootProject.ext.set("appVersionName", versionName) rootProject.ext.set("appVersionCode", versionCode) From 4adb4cb05c95836eb833fd54fc85f5b59f17fd34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 02:55:04 +0000 Subject: [PATCH 08/12] Build(deps): Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9195da2..c5e27e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up JDK 21 uses: actions/setup-java@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d69d9c0..5f14fc8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: needs: call-build steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download Build Artifacts uses: actions/download-artifact@v5 From 20b67472f40435f5d555ce63ee9272582066d5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:44:54 +0000 Subject: [PATCH 09/12] Build(deps): Bump androidx.compose:compose-bom Bumps androidx.compose:compose-bom from 2025.07.00 to 2025.08.00. --- updated-dependencies: - dependency-name: androidx.compose:compose-bom dependency-version: 2025.08.00 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 d38bc13..6856e50 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("androidx.core:core-ktx:1.16.0") // Compose BOM (Bill of Materials) - implementation(platform("androidx.compose:compose-bom:2025.07.00")) + implementation(platform("androidx.compose:compose-bom:2025.08.00")) // Compose dependencies implementation("androidx.activity:activity-compose:1.10.1") From 0d16ceacbacebdebff4d4d239747d39e356d4033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:45:58 +0000 Subject: [PATCH 10/12] Build(deps): Bump org.jetbrains.kotlin:kotlin-bom from 2.2.0 to 2.2.10 Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.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.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-bom dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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 d38bc13..b2c59e3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -35,7 +35,7 @@ android { } dependencies { - implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.0")) + implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.2.10")) implementation("androidx.core:core-ktx:1.16.0") // Compose BOM (Bill of Materials) From f1a705c7d67bca5ccf2d3d18d8e833164eccde97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 17:47:10 +0000 Subject: [PATCH 11/12] Build(deps): Bump org.jetbrains.kotlin.plugin.compose Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.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.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.2.10 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 3dbc86b..b4e8e11 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") version "8.12.0" apply false id("com.android.library") version "8.12.0" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false + id("org.jetbrains.kotlin.plugin.compose") version "2.2.10" apply false } val versionName = "1.15.7" From b597e68c146d7b58eccb7a5060a504358b00537a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 19:13:36 +0000 Subject: [PATCH 12/12] Build(deps): Bump org.jetbrains.kotlin.android from 2.2.0 to 2.2.10 Bumps [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.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.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.android dependency-version: 2.2.10 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 b4e8e11..a61b71a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("com.android.application") version "8.12.0" apply false id("com.android.library") version "8.12.0" apply false - id("org.jetbrains.kotlin.android") version "2.2.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 }