Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ file.
```kotlin
dependencies {
// EUDI Wallet Documents Manager library
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.15.1-SNAPSHOT")
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.16.0")

// Optional: Use the multipaz-android library if you want to use the implementations for Storage and SecureArea
// for Android devices, provided by the OpenWallet Foundation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ class SdJwtVcTest {

val verifier = NimbusSdJwtOps.SdJwtVcVerifier(
issuerVerificationMethod = issuerVerificationMethod,
typeMetadataPolicy = TypeMetadataPolicy.NotUsed
typeMetadataPolicy = TypeMetadataPolicy.NotUsed,
checkStatus = null
)

val result = verifier.verify(sdJwtVcString)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android.nonTransitiveRClass=true
systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.gradle.skipCompile=true

VERSION_NAME=0.15.1-SNAPSHOT
VERSION_NAME=0.16.0

SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=false
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ dependencycheck = "12.1.3"
dokka = "1.9.20"
java = "17"
json = "20250517"
kotlin = "2.1.21"
kotlin = "2.2.21"
kotlinx-io = "0.5.4"
kotlinx-serialization-json = "1.7.3"
kotlinx-serialization-json = "1.9.0"
kotlinx-coroutines = "1.9.0"
mavenPublish = "0.33.0"
mockk = "1.14.4"
multipaz = "0.95.0"
sonarqube = "6.2.0.5505"
eudi-sd-jwt-vc-kt = "0.18.0"
eudi-sd-jwt-vc-kt = "0.20.0"
nimbus = "9.47"
ktor = "3.3.0"
kover = "0.9.1"
Expand Down
Loading