Skip to content

Only start when the shutter button is clicked and show notification t… #2

Only start when the shutter button is clicked and show notification t…

Only start when the shutter button is clicked and show notification t… #2

Workflow file for this run

name: Android CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 17
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build