mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 08:22:16 +03:00
build yubikit 2.5.0 from sources
This commit is contained in:
parent
e99c2312b2
commit
4ea5d10b01
11
.github/workflows/android.yml
vendored
11
.github/workflows/android.yml
vendored
@ -13,6 +13,17 @@ jobs:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
|
||||
- name: Checkout YubiKit
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: Yubico/yubikit-android
|
||||
ref: release/2.5.0
|
||||
path: kit
|
||||
|
||||
- name: Build Yubikit-android
|
||||
run: NO_GPG_SIGN=true ./gradlew publishToMavenLocal
|
||||
working-directory: ./kit
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
path: 'app'
|
||||
|
@ -2,6 +2,7 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
mavenLocal()
|
||||
}
|
||||
|
||||
project.ext {
|
||||
@ -9,7 +10,7 @@ allprojects {
|
||||
targetSdkVersion = 34
|
||||
compileSdkVersion = 34
|
||||
|
||||
yubiKitVersion = "2.4.0"
|
||||
yubiKitVersion = "2.5.0"
|
||||
junitVersion = "4.13.2"
|
||||
mockitoVersion = "5.11.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user