From e05c2070b78d8dbe0e90ccdb267193f7058d730b Mon Sep 17 00:00:00 2001 From: vkanellopoulos Date: Fri, 22 Nov 2024 15:08:37 +0200 Subject: [PATCH] prepare release 0.12.1 --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c98e8df..d9ffd84d 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ file. ```groovy dependencies { - implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.12.0" + implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.12.1" // required when using the built-in AndroidKeystoreSecureArea implementation provided by the library // for user authentication with biometrics implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05" diff --git a/gradle.properties b/gradle.properties index 21adb88e..38df356d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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-core -VERSION_NAME=0.12.1-SNAPSHOT +VERSION_NAME=0.12.1 SONATYPE_HOST=S01 SONATYPE_AUTOMATIC_RELEASE=false