Skip to content

Commit

Permalink
prepare release 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vkanellopoulos committed Nov 22, 2024
1 parent 1bdcdea commit e05c207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e05c207

Please sign in to comment.