File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ file.
108108
109109``` groovy
110110dependencies {
111- implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.23.0-SNAPSHOT "
111+ implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.23.0"
112112 // required when using the built-in AndroidKeystoreSecureArea implementation provided by the library
113113 // for user authentication with biometrics
114114 implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ android.nonTransitiveRClass=true
4141systemProp.sonar.host.url =https://sonarcloud.io
4242systemProp.sonar.gradle.skipCompile =true
4343
44- VERSION_NAME =0.23.0-SNAPSHOT
44+ VERSION_NAME =0.23.0
4545
4646SONATYPE_HOST =CENTRAL_PORTAL
4747SONATYPE_AUTOMATIC_RELEASE =false
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencycheck = "12.1.3"
1010dokka = " 1.9.20"
1111espresso-contrib = " 3.6.1"
1212espresso-core = " 3.6.1"
13- eudi-document-manager = " 0.14.0-SNAPSHOT "
14- eudi-iso18013-data-transfer = " 0.11.0-SNAPSHOT "
13+ eudi-document-manager = " 0.14.0"
14+ eudi-iso18013-data-transfer = " 0.11.0"
1515eudi-lib-jvm-openid4vci-kt = " 0.9.1"
1616eudi-lib-jvm-siop-openid4vp-kt = " 0.12.0"
1717eudi-lib-jvm-sdjwt-kt = " 0.10.0"
You can’t perform that action at this time.
0 commit comments