fd17df80a8
Kotlin/Compose client for F7cloud (mail, files, talk, calendar, contacts, tasks, support). Current version: 0.5.113 (build 121).
10 lines
385 B
Markdown
10 lines
385 B
Markdown
<!--
|
|
~ SPDX-FileCopyrightText: 2021-2024 F7cloud and F7cloud 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`.
|