mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
parent
0b4b111acd
commit
007072943b
11
.github/workflows/android.yaml
vendored
11
.github/workflows/android.yaml
vendored
@ -7,11 +7,22 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout YubiKit
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
repository: Yubico/yubikit-android
|
||||
ref: fix/2.1.0a1-fixes-1
|
||||
path: kit
|
||||
|
||||
- name: set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: '11'
|
||||
|
||||
- name: Build Yubikit-android
|
||||
run: ./gradlew --stacktrace check test build javadocJar publishToMavenLocal
|
||||
working-directory: ./kit
|
||||
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
@ -16,6 +16,7 @@ allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
mavenLocal() // TODO: Remove this before release
|
||||
}
|
||||
|
||||
project.ext {
|
||||
@ -24,7 +25,7 @@ allprojects {
|
||||
compileSdkVersion = 32
|
||||
buildToolsVersion = "30.0.3"
|
||||
|
||||
yubiKitVersion = "2.1.0-alpha.1"
|
||||
yubiKitVersion = "2.1.0-SNAPSHOT"
|
||||
junitVersion = "4.13.2"
|
||||
mockitoVersion = "3.9.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user