This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
SX_Cloud
/
space-android
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
3b2824e80e
Ramos
Etiquetas
sxspace
space-android
/
.devcontainer
Andy Scherzinger
6c12d14cec
remove trailing comma
há 1 ano atrás
..
Dockerfile
3a51b7505e
Use openjdk-11 in Devcontainer
há 3 anos atrás
README.md
336c5c84c4
Update README.md
há 3 anos atrás
devcontainer.env
71dcbbfdc1
Add support for GitHub codespaces
há 4 anos atrás
devcontainer.json
6c12d14cec
remove trailing comma
há 1 ano atrás
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
.