aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 48c7483c6ad52d3a2c7077c6f81fbdeb48f8c30e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
```