Skip to content

intUnderflow/covid-19-app-android-ag-public

 
 

Repository files navigation

Covid-19 exposure app

Setup

To access the private GitHubPackages repository that hosts the remote configurations for all environments, two properties have to be set in your global gradle.properties file:

  • gpr.user is your Github username
  • gpr.key is a personal access token issued by GitHub. For the scope, use at least read:packages and write:packages.

Having these properties in place is necessary to build the app. For more information, visit the app configuration repository.

Dev actions

  1. Device setup

    Make sure all animations are turned off on the device (not an emulator) that is running the tests. https://developer.android.com/training/testing/espresso/setup#set-up-environment

  2. Run linter:

    ./gradlew ktlintFormat
  3. Run build and tests:

    ./gradlew

About

COVID19 Android app

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.8%
  • Other 0.2%