Scan a QR Code from https://dgc.a-sit.at/ehn and verify the contents of the HCERT structure.
To pull the dependency of hcert-kotlin
(https://github.com/ehn-dcc-development/hcert-kotlin), create a personal access token (read https://docs.github.com/en/packages/guides/configuring-gradle-for-use-with-github-packages), and add gpr.user
and gpr.key
in your ~/.gradle/gradle.properties
. Alternatively, install the dependency locally with ./gradlew publishToMavenLocal
in the directory hcert-kotlin
.
This library uses the following dependencies:
- Android, under the Apache-2.0 License
- AndroidX, under the Apache-2.0 License
- Android Material Components, under the Apache-2.0 License
- Kotlin, under the Apache-2.0 License
- ZXing Android Embedded, under the Apache-2.0 License
- JUnit, under the Eclipse Public License v2.0