Improve message composer TalkBack accessibility: action verbs, banner… #634
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: SDK size updates | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| workflow_dispatch: | |
| concurrency: | |
| group: ${{ github.workflow }} | |
| cancel-in-progress: true | |
| jobs: | |
| update-sdk-sizes: | |
| 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" | |
| secrets: | |
| GITHUB_PAT: ${{ secrets.STREAM_PUBLIC_BOT_TOKEN }} | |
| BUILD_CACHE_AWS_REGION: ${{ secrets.BUILD_CACHE_AWS_REGION }} | |
| BUILD_CACHE_AWS_BUCKET: ${{ secrets.BUILD_CACHE_AWS_BUCKET }} | |
| BUILD_CACHE_AWS_ACCESS_KEY_ID: ${{ secrets.BUILD_CACHE_AWS_ACCESS_KEY_ID }} | |
| BUILD_CACHE_AWS_SECRET_KEY: ${{ secrets.BUILD_CACHE_AWS_SECRET_KEY }} |