зеркало из https://github.com/nextcloud/android.git
71dcbbfdc1
Signed-off-by: Lukas Reschke <lukas@statuscode.ch> |
||
---|---|---|
.. | ||
Dockerfile | ||
README.md | ||
devcontainer.env | ||
devcontainer.json |
README.md
Instructions
- Start a DevContainer either on GitHub Codespaces or locally in VSCode
- Accept all licenses by running
yes | /usr/lib/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses
- You can now build the app using
./gradlew clean build