~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


bd859e2b pyrossh

2 years ago
fix web build
Files changed (1) hide show
  1. .github/workflows/build.yml +1 -1
.github/workflows/build.yml CHANGED
@@ -23,7 +23,7 @@ jobs:
23
23
  envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
24
24
  - run: flutter --version
25
25
  - run: flutter pub get
26
- - run: flutter build web
26
+ - run: flutter build web --web-renderer canvaskit --release
27
27
  - uses: actions/upload-pages-artifact@v1
28
28
  with:
29
29
  path: build/web