From e92a1f4a6babca0827410426ae59cc7b24f401da Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Mon, 30 Mar 2026 22:13:08 +1300 Subject: chore: Initial commit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..48c7483 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +# zwzn-freefit-android + +Android companion app for zwzn/freefit watches. + +## Setup + +You need the Gradle wrapper JAR to build. Run once: +``` +gradle wrapper --gradle-version 8.4 +``` +Or if you installed gradle8 from AUR: +``` +gradle8 wrapper --gradle-version 8.4 +``` + +Then build and deploy to your phone: +``` +./gradlew assembleDebug +adb install app/build/outputs/apk/debug/app-debug.apk +``` -- cgit v1.2.3