talk-android/.devcontainer
renovate[bot] 5d880cc702
chore(deps): update ubuntu:noble docker digest to 6015f66
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-06 10:21:07 +00:00
..
devcontainer.env
devcontainer.env.license
devcontainer.json
devcontainer.json.license
Dockerfile chore(deps): update ubuntu:noble docker digest to 6015f66 2025-05-06 10:21:07 +00:00
Dockerfile.license
README.md Update devcontainer to jdk17 2024-04-01 10:56:17 +02:00

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.