Skip to content

Commit

Permalink
Prepare v0.15.0 releases (#1238)
Browse files Browse the repository at this point in the history
Specifically:

* [core] v0.14.12
* [fwfh_just_audio] v0.14.3
* [fwfh_webview] v0.15.0
* [enhanced] v0.15.0

Also:

* Use macOS 12 for iOS integration test (somewhat related to #1236)
  • Loading branch information
daohoangson authored May 4, 2024
1 parent 8bb33e8 commit 6854c72
Show file tree
Hide file tree
Showing 15 changed files with 121 additions and 103 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:

integration_test_ios:
name: Integration test (iOS)
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Setup Flutter
Expand Down
2 changes: 1 addition & 1 deletion demo_app/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {

// TODO: remove hard-coded value when `flutter.ndkVersion` is sufficient
// open $(dirname $(dirname $(which flutter)))/packages/flutter_tools
ndkVersion "25.1.8937393"
ndkVersion "26.1.10909125"

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand Down
Loading

1 comment on commit 6854c72

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.