Skip to content

Commit

Permalink
ci: attempt to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Aug 18, 2022
1 parent 995a23d commit c84f7b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
# encodedString: ${{ secrets.KEY_PROPERTIES }}
# - run: cp "${{ steps.create_key_store.outputs.filePath }}" android/app/keystore.jks
# - run: cp "${{ steps.create_key_properties.outputs.filePath }}" android/key.properties
- run: dart pub global activate intl_utils 2.1.0
- run: flutter gen-l10n
- run: flutter pub upgrade
- run: flutter pub get
- run: flutter build apk --verbose --split-per-abi
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies:
fijkplayer_skin: ^2.2.8
firebase_core: ^1.17.1
firebase_messaging: 11.2.8
intl_utils: ^2.1.0
awesome_notifications: 0.7.0-beta.5
device_info_plus: ^3.2.4
url_launcher: ^6.1.3
Expand Down

0 comments on commit c84f7b0

Please sign in to comment.