Skip to content

Bump com.google.android.material:material from 1.8.0 to 1.12.0 #297

Bump com.google.android.material:material from 1.8.0 to 1.12.0

Bump com.google.android.material:material from 1.8.0 to 1.12.0 #297

Workflow file for this run

name: CI Android
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK
uses: actions/setup-java@v4
with:
distribution: "adopt"
java-version: 17
- uses: gradle/[email protected]
- name: Build with Gradle
run: ./gradlew assembleDebug lint testDebugUnitTest
- name: Archive Lint report
uses: actions/upload-artifact@v4
with:
name: Lint-report
path: sample/build/reports/lint-results.html