diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
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 +``` |
