/simple-android

An Android app for recording hypertension-related data.

Primary LanguageKotlinMIT LicenseMIT

Build Status pullreminders

Simple

An Android app for recording blood pressure measurements.

How to build

  1. Clone the project using git
  2. Install Android Studio
  3. Import the project into Android Studio

When building for the first time, gradle will download all dependencies so it'll take a few minutes to complete. Subsequent builds will be faster.

Building on Windows?

The project uses Heap Analytics which is integrated via a gradle plugin. The build plugin (currently) only works on macOS and Linux, so the project cannot be built on a Windows computer. To build on Windows, you will have to manually remove the Heap plugin -- and references to it -- from the source.

Build and deploy Simple Server

Simple Server is in a separate repository, and you should follow the instructions there.