mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
fix yubikit-android dependency
This commit is contained in:
parent
766bab7571
commit
3b75f5ce27
2
.github/workflows/android.yaml
vendored
2
.github/workflows/android.yaml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
java-version: '11'
|
||||
|
||||
- name: Build Yubikit-android
|
||||
run: ./gradlew --stacktrace check test build javadocJar publishToMavenLocal
|
||||
run: NO_GPG_SIGN=true ./gradlew --stacktrace check test build javadocJar publishToMavenLocal
|
||||
working-directory: ./kit
|
||||
|
||||
- name: Install Flutter
|
||||
|
@ -25,7 +25,7 @@ allprojects {
|
||||
compileSdkVersion = 32
|
||||
buildToolsVersion = "30.0.3"
|
||||
|
||||
yubiKitVersion = "2.1.0-SNAPSHOT"
|
||||
yubiKitVersion = "2.1.0"
|
||||
junitVersion = "4.13.2"
|
||||
mockitoVersion = "3.9.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user