Added instructions to build APK #42

Merged
djwesty merged 2 commits from djwesty/41 into main 2025-02-27 14:50:10 -08:00
Showing only changes of commit c65a3506bd - Show all commits

View File

@ -68,7 +68,7 @@ To create an APK build, use the following
npx expo prebuild
cd android
./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