diff --git a/README.md b/README.md index 9c98e8d..d9ffd84 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 21adb88..38df356 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