~repos /only-bible-app
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.
ee0ae8df
—
pyrossh 2 years ago
update web build yml
- .github/workflows/build.yml +9 -13
- readme.md +2 -2
.github/workflows/build.yml
CHANGED
|
@@ -10,20 +10,16 @@ jobs:
|
|
|
10
10
|
- uses: actions/checkout@v3
|
|
11
11
|
- uses: subosito/flutter-action@v2
|
|
12
12
|
with:
|
|
13
|
-
flutter-version: '3.
|
|
13
|
+
flutter-version: '3.13.0'
|
|
14
14
|
channel: 'stable'
|
|
15
15
|
cache: true
|
|
16
16
|
- run: flutter --version
|
|
17
17
|
- run: flutter pub get
|
|
18
18
|
- run: flutter build web
|
|
19
|
-
- uses:
|
|
19
|
+
- uses: actions/upload-pages-artifact@v1
|
|
20
|
-
env:
|
|
21
|
-
FIREBASE_CLI_EXPERIMENTS: webframeworks
|
|
22
20
|
with:
|
|
23
|
-
repoToken: '${{ secrets.GITHUB_TOKEN }}'
|
|
24
|
-
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_ONLY_BIBLE_APP }}'
|
|
25
|
-
channelId: live
|
|
26
|
-
|
|
21
|
+
path: build/web
|
|
22
|
+
- uses: actions/deploy-pages@v2
|
|
27
23
|
android:
|
|
28
24
|
runs-on: ubuntu-latest
|
|
29
25
|
steps:
|
|
@@ -34,7 +30,7 @@ jobs:
|
|
|
34
30
|
java-version: '11'
|
|
35
31
|
- uses: subosito/flutter-action@v2
|
|
36
32
|
with:
|
|
37
|
-
flutter-version: '3.
|
|
33
|
+
flutter-version: '3.13.0'
|
|
38
34
|
channel: 'stable'
|
|
39
35
|
cache: true
|
|
40
36
|
- run: flutter build appbundle
|
|
@@ -44,7 +40,7 @@ jobs:
|
|
|
44
40
|
- uses: actions/checkout@v3
|
|
45
41
|
- uses: subosito/flutter-action@v2
|
|
46
42
|
with:
|
|
47
|
-
flutter-version: '3.
|
|
43
|
+
flutter-version: '3.13.0'
|
|
48
44
|
channel: 'stable'
|
|
49
45
|
architecture: x64
|
|
50
46
|
- run: flutter build ios --release --no-codesign
|
|
@@ -54,7 +50,7 @@ jobs:
|
|
|
54
50
|
- uses: actions/checkout@v3
|
|
55
51
|
- uses: subosito/flutter-action@v2
|
|
56
52
|
with:
|
|
57
|
-
flutter-version: '3.
|
|
53
|
+
flutter-version: '3.13.0'
|
|
58
54
|
channel: 'stable'
|
|
59
55
|
architecture: x64
|
|
60
56
|
cache: true
|
|
@@ -66,7 +62,7 @@ jobs:
|
|
|
66
62
|
- uses: actions/checkout@v3
|
|
67
63
|
- uses: subosito/flutter-action@v2
|
|
68
64
|
with:
|
|
69
|
-
flutter-version: '3.
|
|
65
|
+
flutter-version: '3.13.0'
|
|
70
66
|
channel: 'stable'
|
|
71
67
|
cache: true
|
|
72
68
|
- run: flutter config --enable-windows-desktop
|
|
@@ -77,7 +73,7 @@ jobs:
|
|
|
77
73
|
- uses: actions/checkout@v3
|
|
78
74
|
- uses: subosito/flutter-action@v2
|
|
79
75
|
with:
|
|
80
|
-
flutter-version: '3.
|
|
76
|
+
flutter-version: '3.13.0'
|
|
81
77
|
channel: 'stable'
|
|
82
78
|
cache: true
|
|
83
79
|
- run: |
|
readme.md
CHANGED
|
@@ -10,7 +10,7 @@ Most of the major Indian languages are supported such as Hindi, Kannada, Tamil,
|
|
|
10
10
|
## Setup
|
|
11
11
|
|
|
12
12
|
```agsl
|
|
13
|
-
brew install fluttter cocoapods
|
|
13
|
+
brew install fluttter cocoapods
|
|
14
14
|
```
|
|
15
15
|
|
|
16
16
|
## Lint
|
|
@@ -20,7 +20,7 @@ dart fix --apply
|
|
|
20
20
|
dart format lib
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
##
|
|
23
|
+
## Update icons
|
|
24
24
|
|
|
25
25
|
```agsl
|
|
26
26
|
dart run flutter_launcher_icons
|