Skip to content

Commit

Permalink
v3.7.2+100
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Wei committed Apr 21, 2024
1 parent 0bac379 commit 6aededb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 49 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/flutter-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: beta
- run: flutter pub get
- run: flutter build ios --release --no-codesign
- run: flutter build apk
- name: Clone repository
uses: actions/checkout@v4
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: stable
- run: flutter pub get
- run: flutter build ios --release --no-codesign
- run: flutter build apk
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ ios/Flutter/flutter_export_environment.sh
.fvm/flutter_sdk
.firebase/*.cache
macos/Flutter/ephemeral/**
lib/generated_plugin_registrant.dart
38 changes: 0 additions & 38 deletions lib/generated_plugin_registrant.dart

This file was deleted.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_catalog
description: An app showcasing Flutter components, with side-by-side source code view.

version: 3.7.1+99
version: 3.7.2+100

environment:
sdk: ">=3.3.3 <4.0.0"
Expand Down

0 comments on commit 6aededb

Please sign in to comment.