Skip to content

Ignore background handler messages coming in when we are not ready #399

Ignore background handler messages coming in when we are not ready

Ignore background handler messages coming in when we are not ready #399

Workflow file for this run

name: Android CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Java JDK
uses: actions/[email protected]
with:
java-version: '17'
distribution: 'adopt'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew clean build