Skip to content

Make fromApplication call non-blocking the UI thread #45

Make fromApplication call non-blocking the UI thread

Make fromApplication call non-blocking the UI thread #45

Workflow file for this run

name: API Check
on: [ pull_request ]
jobs:
api-check:
name: Binary Compatibility Validation
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set JDK version
uses: actions/setup-java@v2
with:
distribution: zulu
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Run API Check
run: bash ./gradlew apiCheck