From c8443c2bf86cef76ebb934ec1980adb55a4d526b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:49:10 +0000 Subject: [PATCH 01/38] Update codecov/codecov-action action to v5 (#294) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v4.6.0 | v5.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 7c3f7ca9..fbef132e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.0.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 65d6ac488fc6f4cbffbb88be3e75dec374a27989 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:34:34 +0000 Subject: [PATCH 02/38] Update coil to v3.0.3 (#295) | datasource | package | from | to | | ---------- | ----------------------------------- | ----- | ----- | | maven | io.coil-kt.coil3:coil-network-ktor3 | 3.0.2 | 3.0.3 | | maven | io.coil-kt.coil3:coil-compose | 3.0.2 | 3.0.3 | | maven | io.coil-kt.coil3:coil-core | 3.0.2 | 3.0.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fe22e766..e5d2f04d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ androidx-annotation = "1.9.1" androidx-activity = "1.9.3" android-gradle = "8.7.2" -coil = "3.0.2" +coil = "3.0.3" ktor = "3.0.1" kmp-viewmodel = "0.8.0" From cdaed79b807f3fca1447c1614a8f1b4b8286612e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 15:30:28 +0000 Subject: [PATCH 03/38] Update codecov/codecov-action action to v5.0.1 (#296) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.0 | v5.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 fbef132e..b2fb5097 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.0 + uses: codecov/codecov-action@v5.0.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 62a70a4778cdf75b1f7abb15ffbe37485bfbaeb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 20:34:50 +0000 Subject: [PATCH 04/38] Update codecov/codecov-action action to v5.0.2 (#297) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.1 | v5.0.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 b2fb5097..2da2156a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.1 + uses: codecov/codecov-action@v5.0.2 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 523f4542135b5200cdd36fb23e1dc2c34aaf7276 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:56:42 +0000 Subject: [PATCH 05/38] Update dependency io.nlopez.compose.rules:detekt to v0.4.19 (#299) | datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | maven | io.nlopez.compose.rules:detekt | 0.4.18 | 0.4.19 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e5d2f04d..09985bf3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ flowExt = "1.0.0" koin = "4.0.0" koin-compose = "4.0.0" koin-androidx-compose = "4.0.0" -compose-rules-detekt = "0.4.18" +compose-rules-detekt = "0.4.19" androidx-lifecycle = "2.8.7" androidx-annotation = "1.9.1" From 02e7f8799d232aed63da39d33acc23bf00d96c39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:07:17 +0000 Subject: [PATCH 06/38] Update codecov/codecov-action action to v5.0.3 (#300) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.2 | v5.0.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 2da2156a..4328dde4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.2 + uses: codecov/codecov-action@v5.0.3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 3834c3e6238feb88ccd1690fad97725e202682e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 03:20:01 +0000 Subject: [PATCH 07/38] Update codecov/codecov-action action to v5.0.4 (#301) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.3 | v5.0.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 4328dde4..560ad26f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.3 + uses: codecov/codecov-action@v5.0.4 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From ab4aa8ce08e2d385e6dd6fe930832f6e16264c78 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 10:27:48 +0000 Subject: [PATCH 08/38] Update dependency mkdocs-material to v9.5.45 (#302) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.44 | 9.5.45 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 8cbef976..64578f22 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 -mkdocs-material==9.5.44 +mkdocs-material==9.5.45 pymdown-extensions==10.12 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists From 4f1250c99f3e65c8b8c2f89dd9f5f37ae19c5ddf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:52:01 +0000 Subject: [PATCH 09/38] Update codecov/codecov-action action to v5.0.5 (#303) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.4 | v5.0.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 560ad26f..67d365e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.4 + uses: codecov/codecov-action@v5.0.5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 8e2c76a5b32e37bb86ae0efaa254a126fcad13b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 17:55:12 +0000 Subject: [PATCH 10/38] Update dependency gradle to v8.11.1 (#291) | datasource | package | from | to | | -------------- | ------- | ------ | ------ | | gradle-version | gradle | 8.10.2 | 8.11.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/wrapper/gradle-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72b..e2847c82 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME From 48eef595686da3443864cb4c166725f94155a29f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 23:42:39 +0000 Subject: [PATCH 11/38] Update codecov/codecov-action action to v5.0.6 (#304) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.5 | v5.0.6 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 67d365e8..be7c3de2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.5 + uses: codecov/codecov-action@v5.0.6 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From ae35a6174fa548ba46ab5d6a1e86a1f3236a6070 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 02:42:27 +0000 Subject: [PATCH 12/38] Update codecov/codecov-action action to v5.0.7 (#305) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.6 | v5.0.7 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 be7c3de2..7be121f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.6 + uses: codecov/codecov-action@v5.0.7 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From f68a54144cfc396b982e1e23bf2a1c5fa649679b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:34:20 +0000 Subject: [PATCH 13/38] Update dependency mkdocs-material to v9.5.46 (#306) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.45 | 9.5.46 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 64578f22..71cfbe0b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 -mkdocs-material==9.5.45 +mkdocs-material==9.5.46 pymdown-extensions==10.12 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists From ee77ffadfd0d9cd6b4640555f74a80a165199324 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:01:43 +0000 Subject: [PATCH 14/38] Update dependency io.coil-kt.coil3:coil-network-ktor3 to v3.0.4 (#307) | datasource | package | from | to | | ---------- | ----------------------------------- | ----- | ----- | | maven | io.coil-kt.coil3:coil-network-ktor3 | 3.0.3 | 3.0.4 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 09985bf3..16698e64 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -36,7 +36,7 @@ androidx-annotation = "1.9.1" androidx-activity = "1.9.3" android-gradle = "8.7.2" -coil = "3.0.3" +coil = "3.0.4" ktor = "3.0.1" kmp-viewmodel = "0.8.0" From ef185571ec173805987b71bd10e10f9211f7c7ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 15:48:42 +0000 Subject: [PATCH 15/38] Update JamesIves/github-pages-deploy-action action to v4.7.1 (#309) | datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.6.9 | v4.7.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/publish-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7be121f2..ad0916a7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,7 +203,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy. diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 35a0eede..3f4a7661 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -107,7 +107,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.6.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy. From fda675fc38a94966b50890f868f770e0daa28b42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:03:18 +0000 Subject: [PATCH 16/38] Update dependency mkdocs-material to v9.5.47 (#310) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.46 | 9.5.47 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 71cfbe0b..0408072c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 -mkdocs-material==9.5.46 +mkdocs-material==9.5.47 pymdown-extensions==10.12 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists From 029c43bc167cdd9a1ac0722b70a79e10c73b53f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:13:54 +0000 Subject: [PATCH 17/38] Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 (#313) | datasource | package | from | to | | ---------- | --------------------------------------------------------------------------------------------------------------- | ----- | ----- | | maven | org.gradle.toolchains.foojay-resolver-convention:org.gradle.toolchains.foojay-resolver-convention.gradle.plugin | 0.8.0 | 0.9.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index efd75f84..08a0e993 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -43,5 +43,5 @@ include( ) plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0") + id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0") } From f9cd8f9e145dcf0e76d64d04a245557bcac53b0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:14:06 +0000 Subject: [PATCH 18/38] Update android.gradle to v8.7.3 (#314) | datasource | package | from | to | | ---------- | ------------------------------------------------------------- | ----- | ----- | | maven | com.android.library:com.android.library.gradle.plugin | 8.7.2 | 8.7.3 | | maven | com.android.application:com.android.application.gradle.plugin | 8.7.2 | 8.7.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 16698e64..873a116b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ compose-rules-detekt = "0.4.19" androidx-lifecycle = "2.8.7" androidx-annotation = "1.9.1" androidx-activity = "1.9.3" -android-gradle = "8.7.2" +android-gradle = "8.7.3" coil = "3.0.4" ktor = "3.0.1" From c39b41e65fb4c3f4cd13eb2ccc9ca03077180ec7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 18:19:09 +0000 Subject: [PATCH 19/38] Update JamesIves/github-pages-deploy-action action to v4.7.2 (#316) | datasource | package | from | to | | ----------- | ------------------------------------ | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.7.1 | v4.7.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/publish-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad0916a7..22bb915b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,7 +203,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy. diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 3f4a7661..445c495f 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -107,7 +107,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ contains(matrix.os, 'macos') }} - uses: JamesIves/github-pages-deploy-action@v4.7.1 + uses: JamesIves/github-pages-deploy-action@v4.7.2 with: branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy. From d7bec9fe45de51e9a1d0af5c484c885770e4a246 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 19:35:25 +0000 Subject: [PATCH 20/38] Update codecov/codecov-action action to v5.1.0 (#318) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.0.7 | v5.1.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 22bb915b..c090b922 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.0.7 + uses: codecov/codecov-action@v5.1.0 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 4ca10e02ac4ddd5cb8ee1937f47e9ea722cde226 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 22:31:53 +0000 Subject: [PATCH 21/38] Update codecov/codecov-action action to v5.1.1 (#319) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.1.0 | v5.1.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 c090b922..78fc7b51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.1.0 + uses: codecov/codecov-action@v5.1.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From a8194826993e5917361dc3934b68437352c86e63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2024 16:08:17 +0000 Subject: [PATCH 22/38] Update dependency mkdocs-material to v9.5.48 (#320) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.47 | 9.5.48 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0408072c..1cc2f933 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 -mkdocs-material==9.5.47 +mkdocs-material==9.5.48 pymdown-extensions==10.12 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists From 400a9848dc7d7b7a8590eb5ffb2d26654d985823 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:32:24 +0000 Subject: [PATCH 23/38] Update dependency io.nlopez.compose.rules:detekt to v0.4.22 (#324) | datasource | package | from | to | | ---------- | ------------------------------ | ------ | ------ | | maven | io.nlopez.compose.rules:detekt | 0.4.19 | 0.4.22 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 873a116b..1116e8d0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -29,7 +29,7 @@ flowExt = "1.0.0" koin = "4.0.0" koin-compose = "4.0.0" koin-androidx-compose = "4.0.0" -compose-rules-detekt = "0.4.19" +compose-rules-detekt = "0.4.22" androidx-lifecycle = "2.8.7" androidx-annotation = "1.9.1" From 7b53516f4f66ff795a8eb585e1427b20e01ab6ec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 20:18:48 +0000 Subject: [PATCH 24/38] Update dependency org.jetbrains.kotlinx.kover to v0.9.0 (#325) | datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ----- | ----- | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.8.3 | 0.9.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1116e8d0..f2c6f732 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,7 +44,7 @@ uuid = "0.8.4" spotless = "6.25.0" detekt = "1.23.7" -kotlinx-kover = "0.8.3" +kotlinx-kover = "0.9.0" dokka = "1.9.20" kotlinx-binary-compatibility-validator = "0.16.3" poko = "0.17.2" From 7e63b636a0ac5afd92f8ab204c92c4e2d80558c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:44:27 +0000 Subject: [PATCH 25/38] Update dependency mkdocs-material to v9.5.49 (#328) | datasource | package | from | to | | ---------- | --------------- | ------ | ------ | | pypi | mkdocs-material | 9.5.48 | 9.5.49 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1cc2f933..02f93b2d 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 -mkdocs-material==9.5.48 +mkdocs-material==9.5.49 pymdown-extensions==10.12 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists From 004d2864ad8e19432020978b32449fea7e2d2c37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:19:38 +0000 Subject: [PATCH 26/38] Update dependency org.jetbrains.dokka to v2 (#329) | datasource | package | from | to | | ---------- | ----------------------------------------------------- | ------ | ----- | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.9.20 | 2.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2c6f732..d87f54f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ uuid = "0.8.4" spotless = "6.25.0" detekt = "1.23.7" kotlinx-kover = "0.9.0" -dokka = "1.9.20" +dokka = "2.0.0" kotlinx-binary-compatibility-validator = "0.16.3" poko = "0.17.2" vanniktech-maven-publish = "0.30.0" From a6360e3aeb7a407363e65c501abf8aa2e23768b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 19:25:32 +0000 Subject: [PATCH 27/38] Update codecov/codecov-action action to v5.1.2 (#330) | datasource | package | from | to | | ----------- | ---------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v5.1.1 | v5.1.2 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 78fc7b51..ba4345c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./gradlew :koverXmlReport - name: Upload Test Report - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} From 6424983a09eafbe8ba0af001f04b93c78b64ab29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 20:47:58 +0000 Subject: [PATCH 28/38] Update dependency org.jetbrains.kotlinx.binary-compatibility-validator to v0.17.0 (#331) | datasource | package | from | to | | ---------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------ | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.3 | 0.17.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d87f54f6..5b7cf5a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ spotless = "6.25.0" detekt = "1.23.7" kotlinx-kover = "0.9.0" dokka = "2.0.0" -kotlinx-binary-compatibility-validator = "0.16.3" +kotlinx-binary-compatibility-validator = "0.17.0" poko = "0.17.2" vanniktech-maven-publish = "0.30.0" ktlint = "1.1.1" From 596debcf389b90010a00aa18264071cda06b33db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:01:09 +0000 Subject: [PATCH 29/38] Update dependency gradle to v8.12 (#333) | datasource | package | from | to | | -------------- | ------- | ------ | ---- | | gradle-version | gradle | 8.11.1 | 8.12 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c82..cea7a793 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index f5feea6d..f3b75f3b 100755 --- a/gradlew +++ b/gradlew @@ -86,8 +86,7 @@ done # shellcheck disable=SC2034 APP_BASE_NAME=${0##*/} # Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036) -APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s -' "$PWD" ) || exit +APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD=maximum From fbed74198fcb267a928fd4a752e3546fc60840a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 07:08:22 +0000 Subject: [PATCH 30/38] chore(deps): bump ktor from 3.0.1 to 3.0.3 Bumps `ktor` from 3.0.1 to 3.0.3. Updates `io.ktor:ktor-client-core` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.0.3) Updates `io.ktor:ktor-client-okhttp` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.0.3) Updates `io.ktor:ktor-client-java` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.0.3) Updates `io.ktor:ktor-client-darwin` from 3.0.1 to 3.0.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/3.0.1...3.0.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-darwin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5b7cf5a9..a8107768 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ androidx-activity = "1.9.3" android-gradle = "8.7.3" coil = "3.0.4" -ktor = "3.0.1" +ktor = "3.0.3" kmp-viewmodel = "0.8.0" uuid = "0.8.4" From 9a0df7fd2d208181dde593106afefe0b956cc352 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:05:06 +0000 Subject: [PATCH 31/38] Update dependency io.insert-koin:koin-compose to v4.0.1 (#337) | datasource | package | from | to | | ---------- | --------------------------- | ----- | ----- | | maven | io.insert-koin:koin-compose | 4.0.0 | 4.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5b7cf5a9..5efb06d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ jetbrains-compose = "1.7.0" napier = "2.7.1" flowExt = "1.0.0" koin = "4.0.0" -koin-compose = "4.0.0" +koin-compose = "4.0.1" koin-androidx-compose = "4.0.0" compose-rules-detekt = "0.4.22" From 0ad5b3ca57fd6a54042a02fef7c2f5d02fbe34c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:08:04 +0000 Subject: [PATCH 32/38] Update dependency pymdown-extensions to v10.13 (#339) | datasource | package | from | to | | ---------- | ------------------ | ----- | ----- | | pypi | pymdown-extensions | 10.12 | 10.13 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 02f93b2d..771c1a55 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 mkdocs-material==9.5.49 -pymdown-extensions==10.12 +pymdown-extensions==10.13 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists From 8a6a8be15bd1dacbb7c32379b7f43f6c18ab462c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:33:59 +0000 Subject: [PATCH 33/38] Update koin to v4.0.1 (#338) | datasource | package | from | to | | ---------- | --------------------------- | ----- | ----- | | maven | io.insert-koin:koin-android | 4.0.0 | 4.0.1 | | maven | io.insert-koin:koin-core | 4.0.0 | 4.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5efb06d8..f1860b5b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,7 +26,7 @@ jetbrains-compose = "1.7.0" napier = "2.7.1" flowExt = "1.0.0" -koin = "4.0.0" +koin = "4.0.1" koin-compose = "4.0.1" koin-androidx-compose = "4.0.0" compose-rules-detekt = "0.4.22" From efe06a41c5ffe38bcacd48b4543df69eeaa34799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 02:41:30 +0000 Subject: [PATCH 34/38] Update dependency com.diffplug.gradle.spotless to v7 (#343) | datasource | package | from | to | | ---------- | ----------------------------------------------------------------------- | ------ | ----- | | maven | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 6.25.0 | 7.0.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f1860b5b..229b48fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ ktor = "3.0.1" kmp-viewmodel = "0.8.0" uuid = "0.8.4" -spotless = "6.25.0" +spotless = "7.0.0" detekt = "1.23.7" kotlinx-kover = "0.9.0" dokka = "2.0.0" From 2e428dc56b671239e71ac25746c44ad9b183155c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:04:40 +0000 Subject: [PATCH 35/38] Update dependency pymdown-extensions to v10.14 (#345) | datasource | package | from | to | | ---------- | ------------------ | ----- | ----- | | pypi | pymdown-extensions | 10.13 | 10.14 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 771c1a55..3e464fdd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ mkdocs==1.6.1 mkdocs-material==9.5.49 -pymdown-extensions==10.13 +pymdown-extensions==10.14 mdx_truly_sane_lists==1.3 # https://github.com/radude/mdx_truly_sane_lists From f23e5b782ed0ad5b477cc0287d2a88cfe314e8ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:11:47 +0000 Subject: [PATCH 36/38] Update dependency com.diffplug.gradle.spotless to v7.0.1 (#344) | datasource | package | from | to | | ---------- | ----------------------------------------------------------------------- | ----- | ----- | | maven | com.diffplug.gradle.spotless:com.diffplug.gradle.spotless.gradle.plugin | 7.0.0 | 7.0.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 50735bf1..7bf4694f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -42,7 +42,7 @@ ktor = "3.0.3" kmp-viewmodel = "0.8.0" uuid = "0.8.4" -spotless = "7.0.0" +spotless = "7.0.1" detekt = "1.23.7" kotlinx-kover = "0.9.0" dokka = "2.0.0" From 64d4af9a6cb770906c5f3f9a91a5fd5687ae7e48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 16:38:29 +0000 Subject: [PATCH 37/38] Update dependency org.jetbrains.kotlinx.kover to v0.9.1 (#346) | datasource | package | from | to | | ---------- | --------------------------------------------------------------------- | ----- | ----- | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.9.0 | 0.9.1 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7bf4694f..600ae02d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -44,7 +44,7 @@ uuid = "0.8.4" spotless = "7.0.1" detekt = "1.23.7" -kotlinx-kover = "0.9.0" +kotlinx-kover = "0.9.1" dokka = "2.0.0" kotlinx-binary-compatibility-validator = "0.17.0" poko = "0.17.2" From 82f68c164828b366798e3e6bc966a59c16d23c14 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:00:27 +0000 Subject: [PATCH 38/38] Update android.gradle to v8.8.0 (#347) | datasource | package | from | to | | ---------- | ------------------------------------------------------------- | ----- | ----- | | maven | com.android.library:com.android.library.gradle.plugin | 8.7.3 | 8.8.0 | | maven | com.android.application:com.android.application.gradle.plugin | 8.7.3 | 8.8.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 600ae02d..370a8ea8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -34,7 +34,7 @@ compose-rules-detekt = "0.4.22" androidx-lifecycle = "2.8.7" androidx-annotation = "1.9.1" androidx-activity = "1.9.3" -android-gradle = "8.7.3" +android-gradle = "8.8.0" coil = "3.0.4" ktor = "3.0.3"