Skip to content

Bump com.google.android.material:material from 1.11.0 to 1.12.0 #26

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

Bump com.google.android.material:material from 1.11.0 to 1.12.0 #26

Workflow file for this run

name: Pull Request Check
on:
pull_request:
branches: [ "master" ]
paths-ignore:
- "**.md"
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build
run: ./gradlew build