File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ concurrency:
88
99jobs :
1010 base-android-ci :
11- uses : GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.9 .0
11+ uses : GetStream/stream-build-conventions-android/.github/workflows/android-ci.yml@v0.10 .0
1212 secrets : inherit
1313
1414 detekt :
1515 name : Detekt
1616 runs-on : ubuntu-22.04
1717 steps :
1818 - uses : actions/checkout@v4.2.2
19- - uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.9 .0
19+ - uses : GetStream/stream-build-conventions-android/.github/actions/setup-gradle@v0.10 .0
2020 - name : Detekt
2121 run : ./gradlew detekt
2222
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ permissions:
1212
1313jobs :
1414 pr-clean-stale :
15- uses : GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.9 .0
15+ uses : GetStream/stream-build-conventions-android/.github/workflows/pr-clean-stale.yaml@v0.10 .0
1616 secrets : inherit
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ concurrency:
1515
1616jobs :
1717 pr-checklist :
18- uses : GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.9 .0
18+ uses : GetStream/stream-build-conventions-android/.github/workflows/pr-quality.yml@v0.10 .0
1919 secrets : inherit
Original file line number Diff line number Diff line change 3030 permissions :
3131 contents : write
3232 needs : pre_release_check
33- uses : GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.9 .0
33+ uses : GetStream/stream-build-conventions-android/.github/workflows/release.yml@v0.10 .0
3434 with :
3535 bump : ${{ inputs.bump }}
3636 secrets :
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
99
1010jobs :
1111 compare-sdk-sizes :
12- uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.9 .0
12+ uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-checks.yml@v0.10 .0
1313 with :
1414 modules : " stream-chat-android-client stream-chat-android-offline stream-chat-android-ui-components stream-chat-android-compose"
1515 metrics-project : " stream-chat-android-metrics"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313
1414jobs :
1515 update-sdk-sizes :
16- uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.9 .0
16+ uses : GetStream/stream-build-conventions-android/.github/workflows/sdk-size-updates.yml@v0.10 .0
1717 with :
1818 modules : " stream-chat-android-client stream-chat-android-offline stream-chat-android-ui-components stream-chat-android-compose"
1919 metrics-project : " stream-chat-android-metrics"
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ room = "2.6.1"
7878shimmer = " 0.5.0"
7979shimmerCompose = " 1.3.1"
8080shot = " 6.1.0"
81- streamConventions = " 0.8 .0"
81+ streamConventions = " 0.10 .0"
8282streamLog = " 1.3.2"
8383streamPush = " 1.3.1"
8484streamResult = " 1.3.2"
You can’t perform that action at this time.
0 commit comments