Skip to content

chore(deps): update dependency gradle to v8 #113

chore(deps): update dependency gradle to v8

chore(deps): update dependency gradle to v8 #113

Workflow file for this run

name: Build Photo Library
on:
pull_request:
branches: [ master ]
jobs:
install:
uses: ./.github/workflows/install.yml
secrets: inherit
with:
name: photo-library
build:
uses: ./.github/workflows/build.yml
needs: install
secrets: inherit
with:
name: photo-library