fix yubikit-android dependency

This commit is contained in:
Adam Velebil 2022-07-22 10:08:31 +02:00
parent 766bab7571
commit 3b75f5ce27
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"
}