Skip to content

Commit 031da6f

Browse files
bump version to 0.17.0
1 parent cf99ac2 commit 031da6f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ file.
112112

113113
```groovy
114114
dependencies {
115-
implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.17.0-SNAPSHOT"
115+
implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.17.0"
116116
// required when using the built-in AndroidKeystoreSecureArea implementation provided by the library
117117
// for user authentication with biometrics
118118
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-core
45-
VERSION_NAME=0.17.0-SNAPSHOT
45+
VERSION_NAME=0.17.0
4646

4747
SONATYPE_HOST=CENTRAL_PORTAL
4848
SONATYPE_AUTOMATIC_RELEASE=false

0 commit comments

Comments
 (0)