Skip to content

Commit

Permalink
prepare for release 0.7.2
Browse files Browse the repository at this point in the history
vkanellopoulos committed Jan 9, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e1afe90 commit 64f7729
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -66,7 +66,7 @@ file.
```kotlin
dependencies {
// EUDI Wallet Documents Manager library
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.6.0")
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.7.2")

// 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
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2023-2024 European Commission
# Copyright (c) 2023-2025 European Commission
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -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.7.2-SNAPSHOT
VERSION_NAME=0.7.2

SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=false

0 comments on commit 64f7729

Please sign in to comment.