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

COVID19 Android app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Kotlin 99.9%Language:Shell 0.1%Language:Ruby 0.1%Language:Batchfile 0.0%