fix typo
This commit is contained in:
parent
96fe517c6a
commit
c65a3506bd
@ -68,7 +68,7 @@ To create an APK build, use the following
|
|||||||
npx expo prebuild
|
npx expo prebuild
|
||||||
cd android
|
cd android
|
||||||
./gradlew assembleRelease # linux
|
./gradlew assembleRelease # linux
|
||||||
gradew.bat assembleRelease # possible windows command
|
gradlew.bat assembleRelease # possible windows command
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, see `android/app/build/outputs/apk/release/app-release.apk` for the output
|
Then, see `android/app/build/outputs/apk/release/app-release.apk` for the output
|
||||||
|
Loading…
Reference in New Issue
Block a user