HabitBuilder

(β˜… 290)

A simple and clean app with the right tools to keep track of habits and understand progress.

  • .gitignore
  • build.gradle
  • gradle.properties
  • gradlew
  • gradlew.bat
  • justfile
  • LICENSE
  • lint.xml
  • README.md
  • renovate.json
  • settings.gradle

# Installation Guide

1. Get the code
git clone https://github.com/ofalvai/HabitBuilder

Downloads the entire project code from GitHub to your computer.

cd HabitBuilder

Moves into the project folder you just downloaded.

2. Gradle (Java/Kotlin)

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • JDK (Java) Required to build and run Java/Kotlin projects.
  • Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
- [Gradle convention plugins](https://github.com/ofalvai/HabitTracker/tree/main/build-logic) for configuring modules

Builds the project using Gradle.

- [Ruler](https://github.com/spotify/ruler): a Gradle plugin that measures app size and libraries contributing to it

Builds the project using Gradle.

- [Gradle version catalog](https://github.com/ofalvai/HabitTracker/blob/main/gradle/libs.versions.toml)

Builds the project using Gradle.

- [Renovate](https://github.com/ofalvai/HabitTracker/issues/10): Automating dependency update PRs (works with Gradle version catalogs!)

Builds the project using Gradle.

- [Gradle dependency analysis](https://github.com/autonomousapps/dependency-analysis-android-gradle-plugin): For automatically detecting unused dependencies and other common mistakes

Builds the project using Gradle.

βœ… A BUILD SUCCESSFUL message means it worked. The output is created under build/.

Pulled directly from this repo's README.

// repository documentation