Skip to content

Add Google signin to the Android App #245

Add Google signin to the Android App

Add Google signin to the Android App #245

Workflow file for this run

name: pr
on:
pull_request
# Cancel any current or previous job from the same PR
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
build-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Gradle
run: |
./gradlew assembleDebug