Skip to content

Commit fbafac3

Browse files
committed
hotfix: update yubikit to contain sign extension
1 parent bb4b472 commit fbafac3

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ kotlin.code.style=official
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
2424

25-
wallet.versionCode = 18
26-
wallet.versionName = 0.0.17-platform-passkey-provider-preview
25+
wallet.versionCode = 19
26+
wallet.versionName = 0.0.17-PRE-providers-and-sign-ext
2727

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ webkit = "1.13.0"
1212
ausweis = "2.2.1"
1313
credentials = "1.5.0"
1414
yubikit = "2.8.0"
15+
yubifork = "wwwwallet~with-sign-ext-SNAPSHOT"
1516
logback = "3.0.0"
1617
test-json = "20231013"
1718
coroutines = "1.10.1"
@@ -44,6 +45,7 @@ webkit = { group = "androidx.webkit", name = "webkit", version.ref = "webkit" }
4445
ausweis = { group = "com.governikus.ausweisapp", name = "sdkwrapper", version.ref = "ausweis" }
4546
yubikit-android = { group = "com.yubico.yubikit", name = "android", version.ref = "yubikit" }
4647
yubikit-fido = { group = "com.yubico.yubikit", name = "fido", version.ref = "yubikit" }
48+
yubikit-fork = { group = "com.github.mariobodemann", name = "yubikit-android", version.ref = "yubifork" }
4749
logback = { group = "com.github.tony19", name = "logback-android", version.ref = "logback" }
4850
test-json = { group = "org.json", name = "json", version.ref = "test-json" }
4951
androidx-test-runner = { group = "androidx.test", name = "runner", version.ref = "androidxtest" }

wrapper/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ dependencies {
116116
implementation(libs.coroutines)
117117
implementation(libs.webkit)
118118
implementation(libs.ausweis)
119-
implementation(libs.yubikit.android)
120-
implementation(libs.yubikit.fido)
119+
implementation(libs.yubikit.fork)
121120
implementation(libs.logback)
122121
implementation(libs.androidx.datastore.preferences)
123122
implementation(libs.cbor)

0 commit comments

Comments
 (0)