diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5ac169b5e..3f0961a3e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -18,7 +18,7 @@ concurrency: jobs: android-ci: - uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.9.0 + uses: GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.11.0 secrets: inherit with: api-check: false diff --git a/.github/workflows/pr-clean-stale.yaml b/.github/workflows/pr-clean-stale.yaml index 9edb0bf70..eaf80a29b 100644 --- a/.github/workflows/pr-clean-stale.yaml +++ b/.github/workflows/pr-clean-stale.yaml @@ -12,5 +12,5 @@ permissions: jobs: pr-clean-stale: - uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.9.0 + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.11.0 secrets: inherit diff --git a/.github/workflows/pr-quality.yml b/.github/workflows/pr-quality.yml index ab0f76e93..101b3e569 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.9.0 + uses: GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.11.0 secrets: inherit diff --git a/.github/workflows/publish-new-version.yml b/.github/workflows/publish-new-version.yml index b8feff80d..9c8353c38 100644 --- a/.github/workflows/publish-new-version.yml +++ b/.github/workflows/publish-new-version.yml @@ -30,7 +30,7 @@ jobs: permissions: contents: write needs: pre_release_check - uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.9.0 + uses: GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.11.0 with: bump: ${{ inputs.bump }} secrets: diff --git a/.github/workflows/sdk-size-checks.yml b/.github/workflows/sdk-size-checks.yml index 8ede55500..cd83698f4 100644 --- a/.github/workflows/sdk-size-checks.yml +++ b/.github/workflows/sdk-size-checks.yml @@ -9,7 +9,7 @@ concurrency: jobs: compare-sdk-sizes: - uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.9.0 + uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.11.0 with: modules: "stream-feeds-android-client" metrics-project: "stream-feeds-android-metrics" diff --git a/.github/workflows/sdk-size-updates.yml b/.github/workflows/sdk-size-updates.yml index 9d35e8b48..e5ee019a7 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.9.0 + uses: GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.11.0 with: modules: "stream-feeds-android-client" metrics-project: "stream-feeds-android-metrics" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 91d4c38df..438e17d96 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ streamAndroidCore = "4.0.0" symbolProcessingApi = "2.2.0-2.0.2" lifecycleProcess = "2.9.1" lifecycleViewModelCompose = "2.4.0" -streamConventions = "0.10.0" +streamConventions = "0.11.0" turbine = "1.2.1" [libraries]