[Android] use yubikit-android 2.7.0-alpha01

This commit is contained in:
Adam Velebil 2024-08-12 17:18:51 +02:00
parent d96f89609b
commit c4b7748666
No known key found for this signature in database
GPG Key ID: C9B1E4A3CBBD2E10
2 changed files with 1 additions and 12 deletions

View File

@ -7,23 +7,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone yubikit-android
uses: actions/checkout@v4
with:
repository: Yubico/yubikit-android
ref: dain/scp
path: kit
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- name: Build yubikit-android
run: ./gradlew --stacktrace build publishToMavenLocal
working-directory: ./kit
- uses: actions/checkout@v4
with:
path: 'app'

View File

@ -10,7 +10,7 @@ allprojects {
targetSdkVersion = 34
compileSdkVersion = 34
yubiKitVersion = "2.6.1-SNAPSHOT"
yubiKitVersion = "2.7.0-alpha01"
junitVersion = "4.13.2"
mockitoVersion = "5.12.0"
}