Skip to content

Bump com.google.android.material:material from 1.12.0-alpha02 to 1.12.0-alpha03 #282

Bump com.google.android.material:material from 1.12.0-alpha02 to 1.12.0-alpha03

Bump com.google.android.material:material from 1.12.0-alpha02 to 1.12.0-alpha03 #282

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v4
with:
distribution: microsoft
java-version: 17
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build