Update README.md

pull/369/head
Mike 2024-11-16 11:28:02 -08:00
rodzic f49b49b543
commit fff0a2ba0e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -35,9 +35,9 @@ git submodule update --init --recursive
# replace AI... with your API key:
echo "mapsApiKey=AI..." > local.properties
# for a debug build:
./gradlew installDebug
./gradlew assembleDebug
# for a release build:
./gradlew installRelease
./gradlew assembleRelease
```