From 28ab19226710f78c8d54cb227ba00cd882fa1cda Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Mon, 30 Mar 2026 22:18:39 +1300 Subject: feat: update README --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 48c7483..447ac7f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,12 @@ # zwzn-freefit-android -Android companion app for zwzn/freefit watches. +Android companion app for zwzn-freefit watches. +Replaces the following apps: FereFit, HomieFit, WIRCASS, zwsvibe, Lyne_Wearables +Implements the reverse-engineered protocol at [zwzn-freefit-re.git](https://git.arslaancodes.com/zwzn-freefit-re.git) ## 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: +Simply build and deploy to your phone: ``` ./gradlew assembleDebug adb install app/build/outputs/apk/debug/app-debug.apk -- cgit v1.2.3