Skip to content

add Pixel 8 and Pixel 8 Pro support #1019

add Pixel 8 and Pixel 8 Pro support

add Pixel 8 and Pixel 8 Pro support #1019

Workflow file for this run

name: Build application
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 20
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 20
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon