Skip to content

Bump androidx.compose.material:material-icons-extended from 1.4.3 to 1.5.1 #703

Bump androidx.compose.material:material-icons-extended from 1.4.3 to 1.5.1

Bump androidx.compose.material:material-icons-extended from 1.4.3 to 1.5.1 #703

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK
uses: actions/[email protected]
with:
java-version: 17
- name: Build
run: ./gradlew build
- name: Instrumented unit tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck