1
0
Fork 0
mirror of https://github.com/nextcloud/talk-android.git synced 2024-12-22 08:24:40 +03:00
nextcloud-talk-android/.devcontainer/README.md
Andy Scherzinger fc37d46339
Update devcontainer to jdk17
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-04-01 10:56:17 +02:00

394 B

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.