Skip to content

Improve haptic feedback of the control pad #348

Improve haptic feedback of the control pad

Improve haptic feedback of the control pad #348

Workflow file for this run

name: Build App
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
- name: Validate Gradle Wrapper
uses: gradle/[email protected]
- name: Build
run: bash gradlew assembleRelease lintRelease testDebugUnitTest