mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
a4862411fc
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> |
||
---|---|---|
.. | ||
devcontainer.env | ||
devcontainer.json | ||
Dockerfile | ||
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