Skip to content

Replace HapticFeedbackConstants.VIRTUAL_KEY with HapticFeedbackConsta… #226

Replace HapticFeedbackConstants.VIRTUAL_KEY with HapticFeedbackConsta…

Replace HapticFeedbackConstants.VIRTUAL_KEY with HapticFeedbackConsta… #226

Workflow file for this run

name: CI
on: [push, pull_request, release]
jobs:
buildproject:
name: Build Project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: setup JDK
uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build