Skip to content

Commit

Permalink
Update all Credentials (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud authored Dec 20, 2024
1 parent 53d44f2 commit 6d6822a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Claim more custom URL schemes: `haip`, `eudi-openid4vp`, `mdoc-openid4vp`
* Claim URL of Remote Wallet: `https://wallet.a-sit.at/remote/`
* Update to vck 5.2.1, fixing ISO mDoc presentations
* Update all Credentials to base them on VC-K 5.2.1
* Remove last build tool bugs workaround
* Update to latest conventions, fixing XCF export mess in build script

# Release 5.4.0
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
mdl = "1.1.1"
ida = "3.9.1"
eupid = "2.2.1"
powerofrepresentation = "1.1.0"
certificateofresidence = "2.1.0"
eprescription = "1.1.0"
mdl = "1.1.2"
ida = "3.9.2"
eupid = "2.2.2"
powerofrepresentation = "1.1.1"
certificateofresidence = "2.1.1"
eprescription = "1.1.1"
atomicfu = "0.26.1"
compose-plugin = "1.7.1"

Expand Down
3 changes: 0 additions & 3 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ kotlin {
implementation(ktor("client-logging"))
implementation(ktor("client-content-negotiation"))
implementation(ktor("serialization-kotlinx-json"))

// Add arrow-core dependency because of https://youtrack.jetbrains.com/issue/KT-73858/NullPointerException-when-building-CMP-ios-App
implementation("io.arrow-kt:arrow-core:1.2.4")
}
}

Expand Down

0 comments on commit 6d6822a

Please sign in to comment.