Skip to content

Commit e4962c8

Browse files
bump to version 0.11.2
1 parent c07e758 commit e4962c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ file.
7171
```kotlin
7272
dependencies {
7373
// EUDI Wallet Documents Manager library
74-
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.11.1")
74+
implementation("eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.11.2")
7575

7676
// Optional: Use the multipaz-android library if you want to use the implementations for Storage and SecureArea
7777
// for Android devices, provided by the OpenWallet Foundation

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
22
# Copyright (c) 2023-2025 European Commission
3-
#
3+
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
66
# You may obtain a copy of the License at
77
#
88
# http://www.apache.org/licenses/LICENSE-2.0
9-
#
9+
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -42,7 +42,7 @@ systemProp.sonar.host.url=https://sonarcloud.io
4242
systemProp.sonar.gradle.skipCompile=true
4343
systemProp.sonar.coverage.jacoco.xmlReportPaths=build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml,build/reports/jacoco/testReleaseUnitTestCoverage/testReleaseUnitTestCoverage.xml
4444
systemProp.sonar.projectName=eudi-lib-android-wallet-document-manager
45-
VERSION_NAME=0.11.2-SNAPSHOT
45+
VERSION_NAME=0.11.2
4646

4747
SONATYPE_HOST=CENTRAL_PORTAL
4848
SONATYPE_AUTOMATIC_RELEASE=false

0 commit comments

Comments
 (0)