Skip to content

Commit

Permalink
update document-manager to 0.7.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanellopoulos committed Dec 18, 2024
1 parent 2fcf705 commit 1038cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ systemProp.sonar.host.url=https://sonarcloud.io
systemProp.sonar.gradle.skipCompile=true
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml
systemProp.sonar.projectName=eudi-lib-android-iso18013-data-transfer
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_NAME=0.5.1-SNAPSHOT

SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=false
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependency-license-report = "2.8"
dependencycheck = "9.0.9"
dokka = "1.9.20"
espressoCore = "3.6.1"
eudi-document-manager = "0.7.0-SNAPSHOT"
eudi-document-manager = "0.7.1-SNAPSHOT"
google-identity = "202408.1"
google-identity-android = "202408.1"
google-identity-mdoc = "202408.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,11 @@

package eu.europa.ec.eudi.iso18013.transfer.internal.readerauth

import androidx.annotation.RequiresPermission
import com.android.identity.crypto.javaX509Certificates
import com.android.identity.mdoc.request.DeviceRequestParser
import eu.europa.ec.eudi.iso18013.transfer.internal.cn
import eu.europa.ec.eudi.iso18013.transfer.response.ReaderAuth
import eu.europa.ec.eudi.iso18013.transfer.readerauth.ReaderTrustStore
import eu.europa.ec.eudi.iso18013.transfer.response.ReaderAuth

internal fun ReaderTrustStore.performReaderAuthentication(docRequest: DeviceRequestParser.DocRequest): ReaderAuth? {
val readerAuth = docRequest.readerAuth ?: return null
Expand Down

0 comments on commit 1038cf3

Please sign in to comment.