About • Building • Contribute • Contributors • Licensing
This repo is a mod of the upstream repo. It produces a lightweight dependency for the CWA to use.
- Run
./gradlew clean buildAllArtifacts
- Copy the folder
local-maven-repo
under<root>/build/
into your project - In your main project, wire up the local maven repo and include the dependency in your module, e.g.:
repositories {
maven { url "../local-maven-repo" } // If `local-maven-repo` is in your projects root folder
}
dependencies {
implementation 'dgca.verifier.app:dgc-certlogic-android-light:+'
// ...
}
Contribution and feedback is encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our Contribution Guidelines. By participating in this project, you agree to abide by its Code of Conduct at all times.
Our commitment to open source means that we are enabling - in fact encouraging - all interested parties to contribute and become part of its developer community.
Copyright (C) 2021 T-Systems International GmbH, SAP SE and all other contributors
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.