mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 21:18:15 +00:00
fc37d46339
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
394 B
394 B
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
.