Skip to content

Update android-key-attestation to a recent revision #1158

Update android-key-attestation to a recent revision

Update android-key-attestation to a recent revision #1158

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 21
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
cache: gradle
- name: Build with Gradle
run: ./gradlew build --no-daemon