mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
[Android] use yubikit-android 2.7.0-alpha01
This commit is contained in:
parent
d96f89609b
commit
c4b7748666
11
.github/workflows/android.yml
vendored
11
.github/workflows/android.yml
vendored
@ -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'
|
||||
|
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user