File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ file.
110
110
111
111
``` groovy
112
112
dependencies {
113
- implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.15.2-SNAPSHOT "
113
+ implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-core:0.15.2"
114
114
// required when using the built-in AndroidKeystoreSecureArea implementation provided by the library
115
115
// for user authentication with biometrics
116
116
implementation "androidx.biometric:biometric-ktx:1.2.0-alpha05"
Original file line number Diff line number Diff line change 1
1
#
2
2
# Copyright (c) 2023-2025 European Commission
3
- #
3
+ #
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
6
6
# You may obtain a copy of the License at
7
7
#
8
8
# http://www.apache.org/licenses/LICENSE-2.0
9
- #
9
+ #
10
10
# Unless required by applicable law or agreed to in writing, software
11
11
# distributed under the License is distributed on an "AS IS" BASIS,
12
12
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -42,7 +42,7 @@ systemProp.sonar.host.url=https://sonarcloud.io
42
42
systemProp.sonar.gradle.skipCompile =true
43
43
systemProp.sonar.coverage.jacoco.xmlReportPaths =build/reports/jacoco/testDebugUnitTestCoverage/testDebugUnitTestCoverage.xml,build/reports/jacoco/testReleaseUnitTestCoverage/testReleaseUnitTestCoverage.xml
44
44
systemProp.sonar.projectName =eudi-lib-android-wallet-core
45
- VERSION_NAME =0.15.2-SNAPSHOT
45
+ VERSION_NAME =0.15.2
46
46
47
47
SONATYPE_HOST =S01
48
48
SONATYPE_AUTOMATIC_RELEASE =false
You can’t perform that action at this time.
0 commit comments