614545fdf2
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
Dockerfile | ||
Dockerfile.license | ||
README.md | ||
devcontainer.env | ||
devcontainer.env.license | ||
devcontainer.json | ||
devcontainer.json.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
.