aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files 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