Skip to content

CoVital-Project/covital-android

Repository files navigation

CoVital Android App

CircleCI

Getting Setup with Android Studio

  • Download the latest Android Studio
  • Download resources in Android SDK Manger: Android Build Tools to 29.0.3 and Android SDK 29
  • Add the latest Kotlin plugin V1.3.61 within Android Studio

Building the Project

Opening the project should trigger a gradle sync.

./gradlew :app:clean; ./gradlew :app:assembleInternalMedDebug;

Running Tests

CircleCI runs all of our unit tests. An example command for the app module is:

./gradlew :app:testInternalMedDebugUnitTest

To run all unit tests at once

./gradlew testInternalMedDebugUnitTest

To run our integration test suite locally:

./gradlew :app:connectedInternalMedDebugAndroidTest

Contributing

Please see our guide on contributing, it explains how we work, resources to get started, and what we need help with.

Code Style Guide

Issue Tracking

You can find everything in GitHub Issues.

To see what we're currently working on look at the Android Launch Project.

Alert Monitoring

We collect and send anonymous data to these repositories:

Publishing

We publish our internal builds on Firebase App Distribution.

About

Android implementation for the Covital project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published