Skip to content

Commit

Permalink
Updated to latest Wallet-Core
Browse files Browse the repository at this point in the history
  • Loading branch information
stzouvaras committed Jul 25, 2024
1 parent 3a0333f commit 201b035
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,7 @@ class WalletCoreDocumentsControllerImpl(
get() = resourceProvider.getString(R.string.issuance_generic_error)

private val openId4VciManager by lazy {
eudiWallet.config.openId4VciConfig?.let { vciConfig ->
OpenId4VciManager(resourceProvider.provideContext()) {
documentManager(eudiWallet.documentManager)
config(vciConfig)
}
} ?: throw RuntimeException("No openId4VciManager")
eudiWallet.createOpenId4VciManager()
}

override fun loadSampleData(sampleDataByteArray: ByteArray): Flow<LoadSampleDataPartialState> =
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ gson = "2.10.1"
logcat = "0.1"
googlePhoneNumber = "8.13.40"
zxing = "3.5.2"
eudiWalletCore = "0.10.3-SNAPSHOT"
eudiWalletCore = "0.11.0-SNAPSHOT"
cborTree = "0.01.02"
cameraCore = "1.3.4"
owaspDependencyCheck = "10.0.3"
Expand Down

0 comments on commit 201b035

Please sign in to comment.