From 88e7f738f36022f99566bf19a35def3a1703c634 Mon Sep 17 00:00:00 2001 From: Adam Velebil Date: Mon, 25 Mar 2024 10:25:35 +0100 Subject: [PATCH] use yubikit-android release 2.5.0 --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 95380c78..4ee3cb0f 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: repository: Yubico/yubikit-android - ref: adamve/ins_device_reset + ref: release/2.5.0 path: kit - name: Build Yubikit-android