Skip to content

Commit

Permalink
prepare 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaioannou committed Jan 29, 2025
1 parent d41983c commit 7d87ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ file.
```kotlin
dependencies {
// EUDI Wallet Documents Manager library
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.8.0")
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.9.0")

// Optional: Use the identity-android library if you want to use the implementations for StorageEngine and SecureArea
// for Android devices, provided by the OpenWallet Foundation
Expand Down
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,build/reports/jacoco/testReleaseUnitTestCoverage/testReleaseUnitTestCoverage.xml
systemProp.sonar.projectName=eudi-lib-android-wallet-document-manager
VERSION_NAME=0.8.0
VERSION_NAME=0.9.0

SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=false
Expand Down

0 comments on commit 7d87ced

Please sign in to comment.