Skip to content

Commit 6854c72

Browse files
authored
Prepare v0.15.0 releases (#1238)
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)
1 parent 8bb33e8 commit 6854c72

File tree

15 files changed

+121
-103
lines changed

15 files changed

+121
-103
lines changed

.github/workflows/flutter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
integration_test_ios:
103103
name: Integration test (iOS)
104-
runs-on: macos-13
104+
runs-on: macos-12
105105
steps:
106106
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
107107
- name: Setup Flutter

demo_app/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828

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

3333
compileOptions {
3434
sourceCompatibility JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)