mirror of
https://github.com/nextcloud/android.git
synced 2024-12-18 15:01:57 +03:00
4ef7bccfbd
Signed-off-by: alperozturk <alper_ozturk@proton.me> |
||
---|---|---|
.. | ||
devcontainer.env | ||
devcontainer.env.license | ||
devcontainer.json | ||
devcontainer.json.license | ||
Dockerfile | ||
Dockerfile.license | ||
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
.