Loading repository data…
Loading repository data…
RadarCOVID / repository
Native Android app using DP^3T Android sdk to handle Exposure Notifications API from Google
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Native Android implementation of RadarCOVID tracing client using DP3T Android SDK
These are the tools used to develop the solution:
Clone this repository and import into Android Studio.
git clone https://github.com/RadarCOVID/radar-covid-android.git
After you complete the Gradle project configuration, you can use gradlew executable to build the APK.
Use the Android Studio Build Variants button to choose between production and staging flavors combined with debug and release build types.
To build a debug APK:
To build a release signed APK
$ ./gradlew assembleProDebug // to build a debug APK
$ ./gradlew assembleProRelease // to build a release signed APK
Note: Make sure your Android SDK has the Android Support Repository installed, and that your $ANDROID_HOME environment variable is pointing at the SDK or add a local.properties file in the root project with a sdk.dir=... line.
The following channels are available for discussions, feedback, and support requests:
| Type | Channel |
|---|---|
| Issues |
If you want to contribute with this exciting project follow the steps in How to create a Pull Request in GitHub.
More details in CONTRIBUTING.md.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.