From d740568b52ad0c4598a0a0ce6c3f5b63cc7f8c6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 16:51:41 +0700 Subject: [PATCH 1/5] Update lint to v32.3.1 (#5861) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.android.tools.lint:lint-tests](http://tools.android.com/) ([source](https://android.googlesource.com/platform/tools/base)) | `32.3.0` → `32.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools.lint:lint-tests/32.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.tools.lint:lint-tests/32.3.0/32.3.1?slim=true) | | [com.android.tools.lint:lint](http://tools.android.com/) ([source](https://android.googlesource.com/platform/tools/base)) | `32.3.0` → `32.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools.lint:lint/32.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.tools.lint:lint/32.3.0/32.3.1?slim=true) | | [com.android.tools.lint:lint-checks](http://tools.android.com/) ([source](https://android.googlesource.com/platform/tools/base)) | `32.3.0` → `32.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools.lint:lint-checks/32.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.tools.lint:lint-checks/32.3.0/32.3.1?slim=true) | | [com.android.tools.lint:lint-api](http://tools.android.com/) ([source](https://android.googlesource.com/platform/tools/base)) | `32.3.0` → `32.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.tools.lint:lint-api/32.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.tools.lint:lint-api/32.3.0/32.3.1?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 1 + gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41cdc775d6a..00a12c1c938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ - Bump Sentry to v8.50.1 - Bump AGP to v9.3.0 - Bump Gradle to v9.6.1 +- Bump Lint to v32.3.1 ### Changes - Add CVD risk view to patient summary screen behind feature flag `show_cvd_risk` diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c9c41bd4cba..1a917983a3c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ ksp = "2.3.10" ktlint = "0.36.0" -lint = "32.3.0" +lint = "32.3.1" mobius = "2.1.1" From a8e3d0a3883b020a7176c16edd56a35672dbe684 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:41:28 +0000 Subject: [PATCH 2/5] Update actions/cache action to v6 (#5865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | major | `v5` → `v6` | --- ### Release Notes
actions/cache (actions/cache) ### [`v6.1.0`](https://redirect.github.com/actions/cache/releases/tag/v6.1.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v6.0.0...v6.1.0) ##### What's Changed - Bump [@​actions/cache](https://redirect.github.com/actions/cache) to v6.1.0 - handle read-only cache access by [@​jasongin](https://redirect.github.com/jasongin) in [#​1768](https://redirect.github.com/actions/cache/pull/1768) **Full Changelog**: ### [`v6.0.0`](https://redirect.github.com/actions/cache/releases/tag/v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v6.0.0...v6.0.0) #### What's Changed - Update packages, migrate to ESM by [@​Samirat](https://redirect.github.com/Samirat) in [#​1760](https://redirect.github.com/actions/cache/pull/1760) **Full Changelog**: ### [`v6`](https://redirect.github.com/actions/cache/compare/v5.0.5...v6.0.0) [Compare Source](https://redirect.github.com/actions/cache/compare/v5.1.0...v6.0.0)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- .github/workflows/ci_checks.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_checks.yml b/.github/workflows/ci_checks.yml index 208ed7b9973..826c564ac7f 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -98,7 +98,7 @@ jobs: echo "CONTAINER_ID=$(docker container ls -q -f name=simple-server)" >> $GITHUB_ENV - name: Cache AVD - uses: actions/cache@v5 + uses: actions/cache@v6 id: avd-cache with: path: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 00a12c1c938..67f294b7d68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - Bump AGP to v9.3.0 - Bump Gradle to v9.6.1 - Bump Lint to v32.3.1 +- Bump GH Actions `cache` to v6 ### Changes - Add CVD risk view to patient summary screen behind feature flag `show_cvd_risk` From 67669bf7f549ac5e97fa76453dc77049bc3f13fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:19:32 +0700 Subject: [PATCH 3/5] Update actions/checkout action to v7 (#5866) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v6` → `v7` | --- ### Release Notes
actions/checkout (actions/checkout) ### [`v7.0.1`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v701) [Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.1) - Bump github/codeql-action from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2475](https://redirect.github.com/actions/checkout/pull/2475) - Bump actions/setup-node from 4 to 6 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2477](https://redirect.github.com/actions/checkout/pull/2477) - Bump docker/build-push-action from 6.5.0 to 7.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2478](https://redirect.github.com/actions/checkout/pull/2478) - Bump docker/login-action from 3.3.0 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2479](https://redirect.github.com/actions/checkout/pull/2479) - Bump actions/checkout from 6 to 7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2488](https://redirect.github.com/actions/checkout/pull/2488) - Bump actions/upload-artifact from 4 to 7 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2476](https://redirect.github.com/actions/checkout/pull/2476) - eslint 9 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2474](https://redirect.github.com/actions/checkout/pull/2474) - Bump the minor-actions-dependencies group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2499](https://redirect.github.com/actions/checkout/pull/2499) - skip running unsafe pr check if input is default by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2518](https://redirect.github.com/actions/checkout/pull/2518) - trim only ascii whitespace for branch by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2521](https://redirect.github.com/actions/checkout/pull/2521) - escape values passed to --unset by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2530](https://redirect.github.com/actions/checkout/pull/2530) ### [`v7.0.0`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://redirect.github.com/actions/checkout/compare/v7.0.0...v7.0.0) - Block checking out fork PR for pull\_request\_target and workflow\_run by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2454](https://redirect.github.com/actions/checkout/pull/2454) - Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2458](https://redirect.github.com/actions/checkout/pull/2458) - Bump flatted from 3.3.1 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2460](https://redirect.github.com/actions/checkout/pull/2460) - Bump js-yaml from 4.1.0 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2461](https://redirect.github.com/actions/checkout/pull/2461) - Bump [@​actions/core](https://redirect.github.com/actions/core) and [@​actions/tool-cache](https://redirect.github.com/actions/tool-cache) and Remove uuid by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2459](https://redirect.github.com/actions/checkout/pull/2459) - upgrade module to esm and update dependencies by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2463](https://redirect.github.com/actions/checkout/pull/2463) - Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2462](https://redirect.github.com/actions/checkout/pull/2462) ### [`v7`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v700) [Compare Source](https://redirect.github.com/actions/checkout/compare/v6.1.0...v7.0.0) - Block checking out fork PR for pull\_request\_target and workflow\_run by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2454](https://redirect.github.com/actions/checkout/pull/2454) - Bump actions/publish-immutable-action from 0.0.3 to 0.0.4 in the minor-actions-dependencies group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2458](https://redirect.github.com/actions/checkout/pull/2458) - Bump flatted from 3.3.1 to 3.4.2 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2460](https://redirect.github.com/actions/checkout/pull/2460) - Bump js-yaml from 4.1.0 to 4.2.0 by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2461](https://redirect.github.com/actions/checkout/pull/2461) - Bump [@​actions/core](https://redirect.github.com/actions/core) and [@​actions/tool-cache](https://redirect.github.com/actions/tool-cache) and Remove uuid by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2459](https://redirect.github.com/actions/checkout/pull/2459) - upgrade module to esm and update dependencies by [@​aiqiaoy](https://redirect.github.com/aiqiaoy) in [#​2463](https://redirect.github.com/actions/checkout/pull/2463) - Bump the minor-npm-dependencies group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot)\[bot] in [#​2462](https://redirect.github.com/actions/checkout/pull/2462)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- .github/workflows/benchmark_suite.yml | 2 +- .github/workflows/build_prod.yml | 2 +- .github/workflows/build_sandbox.yml | 2 +- .github/workflows/build_staging.yml | 2 +- .github/workflows/ci_checks.yml | 18 +++++++++--------- CHANGELOG.md | 1 + 6 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.github/workflows/benchmark_suite.yml b/.github/workflows/benchmark_suite.yml index 08ac5fa84d9..35a90e94dbc 100644 --- a/.github/workflows/benchmark_suite.yml +++ b/.github/workflows/benchmark_suite.yml @@ -21,7 +21,7 @@ jobs: sudo udevadm trigger --name-match=kvm - name: Checkout Android source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/build_prod.yml b/.github/workflows/build_prod.yml index 8cda2465a25..31f895e2ee5 100644 --- a/.github/workflows/build_prod.yml +++ b/.github/workflows/build_prod.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout if: github.event.inputs.tramline-input == null || github.event.inputs.tramline-input == '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/build_sandbox.yml b/.github/workflows/build_sandbox.yml index 6ab14335556..240ea05eff7 100644 --- a/.github/workflows/build_sandbox.yml +++ b/.github/workflows/build_sandbox.yml @@ -42,7 +42,7 @@ jobs: - name: Checkout if: github.event.inputs.tramline-input == null || github.event.inputs.tramline-input == '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/build_staging.yml b/.github/workflows/build_staging.yml index 924720d43a0..ef8fb967982 100644 --- a/.github/workflows/build_staging.yml +++ b/.github/workflows/build_staging.yml @@ -42,7 +42,7 @@ jobs: - name: Checkout if: github.event.inputs.tramline-input == null || github.event.inputs.tramline-input == '' - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup JDK uses: actions/setup-java@v5 diff --git a/.github/workflows/ci_checks.yml b/.github/workflows/ci_checks.yml index 826c564ac7f..ed2df473125 100644 --- a/.github/workflows/ci_checks.yml +++ b/.github/workflows/ci_checks.yml @@ -18,7 +18,7 @@ jobs: runs-on: [ ubuntu-latest ] if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Verify PR has Jira reference env: GITHUB_PR_TITLE: ${{ github.event.pull_request.title }} @@ -30,13 +30,13 @@ jobs: if: github.event_name == 'pull_request' steps: - name: Checkout master - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: master path: master - name: Checkout current - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: current @@ -46,7 +46,7 @@ jobs: lint: runs-on: [ ubuntu-latest ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup JDK uses: actions/setup-java@v5 @@ -61,7 +61,7 @@ jobs: unit_tests: runs-on: [ ubuntu-latest ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup JDK uses: actions/setup-java@v5 @@ -90,7 +90,7 @@ jobs: - name: Checkout Android source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Start Simple Docker server run: | @@ -185,13 +185,13 @@ jobs: runs-on: [ ubuntu-latest ] steps: - name: Checkout master - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: master path: master - name: Checkout current - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: current @@ -202,7 +202,7 @@ jobs: runs-on: [ ubuntu-latest ] if: github.event_name == 'pull_request' steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{github.event.pull_request.head.ref}} fetch-depth: 0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f294b7d68..ecb53476ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ - Bump Gradle to v9.6.1 - Bump Lint to v32.3.1 - Bump GH Actions `cache` to v6 +- Update GH Actions `checkout` to v7 ### Changes - Add CVD risk view to patient summary screen behind feature flag `show_cvd_risk` From cc3bc83568be149b83fe8db643882392bef06cc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 06:59:59 +0000 Subject: [PATCH 4/5] Update agp to v9.3.1 (#5867) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.android.lint](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `9.3.0` → `9.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.lint:com.android.lint.gradle.plugin/9.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.lint:com.android.lint.gradle.plugin/9.3.0/9.3.1?slim=true) | | [com.android.library](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `9.3.0` → `9.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.library:com.android.library.gradle.plugin/9.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.library:com.android.library.gradle.plugin/9.3.0/9.3.1?slim=true) | | [com.android.application](https://developer.android.com/studio/build) ([source](https://android.googlesource.com/platform/tools/base)) | `9.3.0` → `9.3.1` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.android.application:com.android.application.gradle.plugin/9.3.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.android.application:com.android.application.gradle.plugin/9.3.0/9.3.1?slim=true) | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecb53476ddd..c12a1fe5c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ - Bump KSP to v2.3.10 - Bump Play Services Auth to v21.6.0 - Bump Sentry to v8.50.1 -- Bump AGP to v9.3.0 +- Bump AGP to v9.3.1 - Bump Gradle to v9.6.1 - Bump Lint to v32.3.1 - Bump GH Actions `cache` to v6 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1a917983a3c..2d7c05f6390 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "9.3.0" +agp = "9.3.1" androidx-cameraView = "1.6.1" androidx-camera = "1.6.1" From b89ef152927061759dc20f49158868df2d67631c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:19:16 +0700 Subject: [PATCH 5/5] Update plugin sentry to v6.16.0 (#5868) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.sentry.android.gradle](https://redirect.github.com/getsentry/sentry-android-gradle-plugin) | `6.15.0` → `6.16.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/6.16.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin/6.15.0/6.16.0?slim=true) | --- ### Release Notes
getsentry/sentry-android-gradle-plugin (io.sentry.android.gradle) ### [`v6.16.0`](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/blob/HEAD/CHANGELOG.md#6160) [Compare Source](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/compare/6.15.0...6.16.0) ##### Features - Emit `canvas_theme` (`light`/`dark`) in the generated snapshot sidecar metadata, derived from the Compose `@Preview` `uiMode` ([#​1364](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1364)) ##### Dependencies - Bump CLI from v3.6.0 to v3.6.1 ([#​1367](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1367)) - [changelog](https://redirect.github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#361) - [diff](https://redirect.github.com/getsentry/sentry-cli/compare/3.6.0...3.6.1) - Bump Android SDK from v8.49.0 to v8.50.1 ([#​1372](https://redirect.github.com/getsentry/sentry-android-gradle-plugin/pull/1372)) - [changelog](https://redirect.github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8501) - [diff](https://redirect.github.com/getsentry/sentry-java/compare/8.49.0...8.50.1)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/simpledotorg/simple-android). --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: sagarwal --- CHANGELOG.md | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c12a1fe5c54..81342bbd8db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ - Bump Sentry to v8.48.0 - Bump AndroidX Benchmark to v1.5.0-alpha07 - Bump Google Service to v4.5.0 -- Bump Sentry Android to v6.15.0 +- Bump Sentry Android to v6.16.0 - Bump threeten-extra to v1.10.0 - Bump Play Services Location to v21.4.0 - Bump Jackson Core to v2.22.1 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2d7c05f6390..d109e91770a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -231,7 +231,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" } google-services = { id = "com.google.gms.google-services", version = "4.5.0" } -sentry = { id = "io.sentry.android.gradle", version = "6.15.0" } +sentry = { id = "io.sentry.android.gradle", version = "6.16.0" } [bundles] androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]