Skip to content

Remove "dropped frames" metric (#3) #17

Remove "dropped frames" metric (#3)

Remove "dropped frames" metric (#3) #17

Workflow file for this run

name: Android CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
- name: Build the project
run: ./gradlew clean build