# Massive Massive tracks your reps and sets at the gym. No internet connectivity or high spec device is required.

## Features - Track weight, reps and sets - Rest timers after each set - Progress graphs - Day planner Get it on Google Play # Screenshots # Building from Source First follow the [React Native Environment Setup](https://reactnative.dev/docs/environment-setup). Then run the following command: ```sh cd android ./gradlew assembleRelease ``` The apk file can be found at `android/app/build/outputs/apk/release/app-release.apk` # Running in Development First ensure Node.js dependencies are installed: ``` npm install ``` Then start the metro server: ``` npm start ``` Then (in a separate terminal) run the `android` script: ``` npm run android ``` # Fdroid Metadata You can find the metadata yaml file in the fdroiddata repository: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.massive.yml