mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +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'
|
distribution: 'temurin'
|
||||||
java-version: '17'
|
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
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
path: 'app'
|
path: 'app'
|
||||||
|
@ -2,6 +2,7 @@ allprojects {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
mavenLocal()
|
||||||
}
|
}
|
||||||
|
|
||||||
project.ext {
|
project.ext {
|
||||||
@ -9,7 +10,7 @@ allprojects {
|
|||||||
targetSdkVersion = 34
|
targetSdkVersion = 34
|
||||||
compileSdkVersion = 34
|
compileSdkVersion = 34
|
||||||
|
|
||||||
yubiKitVersion = "2.4.0"
|
yubiKitVersion = "2.5.0"
|
||||||
junitVersion = "4.13.2"
|
junitVersion = "4.13.2"
|
||||||
mockitoVersion = "5.11.0"
|
mockitoVersion = "5.11.0"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user