Skip to content

Bump com.google.android.material:material from 1.13.0-alpha06 to 1.13.0-alpha07 #351

Bump com.google.android.material:material from 1.13.0-alpha06 to 1.13.0-alpha07

Bump com.google.android.material:material from 1.13.0-alpha06 to 1.13.0-alpha07 #351

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