Skip to content

Eliran-Turgeman/tetsu

Repository files navigation

Tetsu

Tetsu logo

Android Kotlin Gradle

dashboard, view existing templates create a new template (workout) track progress, consitency, and achievements create a custom achievement

Installation

Grab the .apk file from the latest official release

Or clone and build the latest version from source

# Clone the repository
$ git clone https://github.com/Eliran-Turgeman/tetsu.git
$ cd tetsu

# Build the debug APK
$ ./gradlew assembleDebug

After the build finishes, the generated APK can be found in app/build/outputs/apk/debug/ (e.g. app/build/outputs/apk/debug/app-debug.apk).