We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e5814 commit f74bf16Copy full SHA for f74bf16
.github/workflows/flutter-actions.yml
@@ -9,11 +9,11 @@ jobs:
9
steps:
10
- name: Clone repository
11
uses: actions/checkout@v4
12
- - name: Set up JDK 21
+ - name: Set up JDK 19
13
uses: actions/setup-java@v4
14
with:
15
- java-version: 21
16
- distribution: 'temurin'
+ java-version: '19'
+ cache: 'gradle'
17
- name: Set up Flutter
18
uses: subosito/flutter-action@v2
19
ios/Podfile
@@ -1,5 +1,5 @@
1
# Uncomment this line to define a global platform for your project
2
-platform :ios, '11.0'
+platform :ios, '12.0'
3
4
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
5
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
0 commit comments