File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ file.
112112
113113``` groovy
114114dependencies {
115- implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.18.0-SNAPSHOT "
115+ implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.18.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"
Original file line number Diff line number Diff line change 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
4242systemProp.sonar.gradle.skipCompile =true
4343systemProp.sonar.coverage.jacoco.xmlReportPaths =build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml,build/reports/jacoco/testReleaseUnitTestCoverage/testReleaseUnitTestCoverage.xml
4444systemProp.sonar.projectName =eudi-lib-android-wallet-core
45- VERSION_NAME =0.18.0-SNAPSHOT
45+ VERSION_NAME =0.18.0
4646
4747SONATYPE_HOST =CENTRAL_PORTAL
4848SONATYPE_AUTOMATIC_RELEASE =false
You can’t perform that action at this time.
0 commit comments