From 29f8675907aa70ecf2b1cc6a3ce5f6546f26b50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 10:02:52 +0000 Subject: [PATCH 1/4] Bump GetStream/stream-build-conventions-android Bumps the stream-conventions group with 1 update: [GetStream/stream-build-conventions-android](https://github.com/getstream/stream-build-conventions-android). Updates `GetStream/stream-build-conventions-android` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/getstream/stream-build-conventions-android/releases) - [Commits](https://github.com/getstream/stream-build-conventions-android/compare/v0.12.1...v0.13.0) --- updated-dependencies: - dependency-name: GetStream/stream-build-conventions-android dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: stream-conventions ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 052b7f3402c..78f8e4f15b5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v6.0.2 - - uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.12.1 + - uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.13.0 - name: Detekt run: ./gradlew detekt From e166d3982d9e1eea0606694bb791e591e117784f Mon Sep 17 00:00:00 2001 From: Gian <47775302+gpunto@users.noreply.github.com> Date: Thu, 21 May 2026 12:44:16 +0200 Subject: [PATCH 2/4] Bump stream-build-conventions-android to 0.13.1 --- .github/workflows/pr-checks.yml | 4 ++-- .github/workflows/pr-cleanup.yaml | 2 +- .github/workflows/pr-quality.yml | 2 +- .github/workflows/publish-new-version.yml | 2 +- .github/workflows/publish-snapshot.yml | 2 +- .github/workflows/sdk-size-checks.yml | 2 +- .github/workflows/sdk-size-updates.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 78f8e4f15b5..4d792a00df5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -8,7 +8,7 @@ concurrency: jobs: base-android-ci: - uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.12.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.13.1 secrets: inherit detekt: @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v6.0.2 - - uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.13.0 + - uses: GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.13.1 - name: Detekt run: ./gradlew detekt diff --git a/.github/workflows/pr-cleanup.yaml b/.github/workflows/pr-cleanup.yaml index 1e44b709d7c..a7730703b0e 100644 --- a/.github/workflows/pr-cleanup.yaml +++ b/.github/workflows/pr-cleanup.yaml @@ -12,5 +12,5 @@ permissions: jobs: pr-clean-stale: - uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.12.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.13.1 secrets: inherit diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index 98016671e54..5e2ec469708 100644 --- a/.github/workflows/pr-quality.yml +++ b/.github/workflows/pr-quality.yml @@ -15,5 +15,5 @@ concurrency: jobs: pr-checklist: - uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.12.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.13.1 secrets: inherit diff --git a/.github/workflows/publish-new-version.yml b/.github/workflows/publish-new-version.yml index d4c6f5a6b80..23a00e9786a 100644 --- a/.github/workflows/publish-new-version.yml +++ b/.github/workflows/publish-new-version.yml @@ -36,7 +36,7 @@ jobs: permissions: contents: write needs: pre_release_check - uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.12.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.13.1 with: bump: ${{ inputs.bump }} suffix: ${{ inputs.suffix }} diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index ef672b311f9..b92697a67d3 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -14,7 +14,7 @@ jobs: release: permissions: contents: write - uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.12.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.13.1 with: bump: patch snapshot: true diff --git a/.github/workflows/sdk-size-checks.yml b/.github/workflows/sdk-size-checks.yml index 10f82e14595..34c5ffa8454 100644 --- a/.github/workflows/sdk-size-checks.yml +++ b/.github/workflows/sdk-size-checks.yml @@ -13,7 +13,7 @@ concurrency: jobs: compare-sdk-sizes: - uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.12.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.13.1 with: modules: "stream-chat-android-client stream-chat-android-ui-components stream-chat-android-compose" metrics-project: "stream-chat-android-metrics" diff --git a/.github/workflows/sdk-size-updates.yml b/.github/workflows/sdk-size-updates.yml index 904f4e6567e..44ce33110dd 100644 --- a/.github/workflows/sdk-size-updates.yml +++ b/.github/workflows/sdk-size-updates.yml @@ -13,7 +13,7 @@ concurrency: jobs: update-sdk-sizes: - uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.12.1 + uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.13.1 with: modules: "stream-chat-android-client stream-chat-android-ui-components stream-chat-android-compose" metrics-project: "stream-chat-android-metrics" From 894e4131df2a488fdb35a477c3a69f52b8762bb2 Mon Sep 17 00:00:00 2001 From: Gian <47775302+gpunto@users.noreply.github.com> Date: Thu, 21 May 2026 12:44:26 +0200 Subject: [PATCH 3/4] Group reusable-workflow updates under stream-conventions --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e9386923287..74759f15f46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,7 @@ updates: stream-conventions: patterns: - "GetStream/stream-build-conventions-android" + - "GetStream/stream-build-conventions-android/*" - package-ecosystem: gradle directory: / From 52d3f810a9218b1453125d9efd187a7d302e6e10 Mon Sep 17 00:00:00 2001 From: Gian <47775302+gpunto@users.noreply.github.com> Date: Thu, 21 May 2026 12:48:59 +0200 Subject: [PATCH 4/4] Bump streamConventions plugins to 0.13.1 --- 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 cb10aea1636..7f1e303d7fa 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -75,7 +75,7 @@ room = "2.7.2" shimmer = "0.5.0" shimmerCompose = "1.3.1" shot = "6.1.0" -streamConventions = "0.12.1" +streamConventions = "0.13.1" streamLog = "1.3.2" streamPush = "1.3.1" streamResult = "1.3.2"