This page is intented for developers only.
- Install Android Studio at least v3.5 but the newest version should be fine, too
- Install Lombok IntelliJ plugin
- Fork the xDrip repository and clone it localy from your fork
- Add the upstream repository as remote using
git remote add upstream https://github.com/NightscoutFoundation/xDrip.git
- Start Android Studio and load the xDrip project
- Do not update the Android Studio Gradle plugin for the xDrip project. You can update Gradle itself, but not the Gradle plugin.
If you need to change or cleanup you PR, please rebase it afterwards to the current master. Then push it with git push --force-with-lease ...
.