aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-30 22:13:08 +1300
committerArslaan Pathan <[email protected]>2026-03-30 22:13:08 +1300
commite92a1f4a6babca0827410426ae59cc7b24f401da (patch)
treea9e93b75c41876368a4f66a7e4e9665c6832388f /README.md
downloadzwzn-freefit-android-e92a1f4a6babca0827410426ae59cc7b24f401da.tar.xz
zwzn-freefit-android-e92a1f4a6babca0827410426ae59cc7b24f401da.zip
chore: Initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
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
+```