mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
fc37d46339
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
9 lines
394 B
Markdown
9 lines
394 B
Markdown
<!--
|
|
~ SPDX-FileCopyrightText: 2021-2024 Nextcloud GmbH and Nextcloud contributors
|
|
~ SPDX-License-Identifier: GPL-3.0-or-later
|
|
-->
|
|
# Instructions
|
|
|
|
1. Start a DevContainer either on GitHub Codespaces or locally in VSCode.
|
|
2. Accept all licenses by running `yes | /usr/lib/android-sdk/cmdline-tools/latest/bin/sdkmanager --licenses`.
|
|
3. You can now build the app using `./gradlew clean build`.
|