Skip to content

Commit b2a8d86

Browse files
committed
[DEV] update CI/CD
1 parent 98a42f7 commit b2a8d86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: '12.x'
2525
- uses: subosito/flutter-action@v1
2626
with:
27-
flutter-version: '1.9.1+hotfix.6'
27+
channel: dev
2828
- run: flutter pub get
2929
- run: flutter build apk
3030
- name: changelog

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
flutter:
1313
sdk: flutter
1414
google_fonts: ^1.0.0
15-
flutter_svg: ^0.17.4
15+
flutter_svg: ^0.18.0
1616
tuple: ^1.0.3
1717
provider: ^4.3.2
1818
async: ^2.4.1

0 commit comments

Comments
 (0)