Skip to content

Commit

Permalink
Constants file updated, upgrade version to 0.2.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaioannou committed Mar 4, 2024
1 parent bfc8c6c commit 1276263
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 25 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ file.

```groovy
dependencies {
implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.1.0-SNAPSHOT"
implementation "eu.europa.ec.eudi:eudi-lib-android-wallet-document-manager:0.2.3-SNAPSHOT"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,10 @@ internal const val MDL_DOCTYPE = "org.iso.18013.5.1.mDL"
@get:JvmSynthetic
internal const val MDL_NAMESPACE = "org.iso.18013.5.1"

// AAMVA NAMESPACE
@get:JvmSynthetic
internal const val AAMVA_NAMESPACE = "org.iso.18013.5.1.aamva"

// Vehicle Registration
@get:JvmSynthetic
internal const val MVR_DOCTYPE = "nl.rdw.mekb.1"

@get:JvmSynthetic
internal const val MVR_NAMESPACE = "nl.rdw.mekb.1"

// COVID
@get:JvmSynthetic
internal const val MICOV_DOCTYPE = "org.micov.1"

@get:JvmSynthetic
internal const val MICOV_VTR_NAMESPACE = "org.micov.vtr.1"

@get:JvmSynthetic
internal const val MICOV_ATT_NAMESPACE = "org.micov.attestation.1"

@JvmSynthetic
internal fun Context.docTypeName(docType: String): String? =
when (docType) {
EU_PID_DOCTYPE -> resources.getString(R.string.eu_pid_doctype_name)
MDL_DOCTYPE -> resources.getString(R.string.mdl_doctype_name)
MICOV_DOCTYPE -> resources.getString(R.string.micov_doctype_name)
MVR_DOCTYPE -> resources.getString(R.string.mvr_doctype_name)
else -> null
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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-document-manager

VERSION_NAME=0.2.2-SNAPSHOT
VERSION_NAME=0.2.3-SNAPSHOT

SONATYPE_HOST=S01
SONATYPE_AUTOMATIC_RELEASE=false
Expand Down

0 comments on commit 1276263

Please sign in to comment.