/Covid

Android App to show COVID19 information

Primary LanguageKotlinApache License 2.0Apache-2.0

Covid

Build Status

This is an Android App to show COVID19 information.

Configuration

This Project was developed using Android Studio

To Download the code from this Repository you can use Android Studio or command line, running:

git clone https://github.com/gabeira/Covid

To Build the Project, you can use Android Studio or from command line, just run:

./gradlew build

To install debug app from command line, use:

./adb install /app/build/outputs/apk/app-debug.apk

External Libs Reference

Tests

Tests can be started using Android Studio or from the command line, to run the Unit Tests just use:

./gradlew test

Connected Android Tests requires to have a device or emulator connected:

./gradlew connectedAndroidTest