We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8279e6a commit d0e12c3Copy full SHA for d0e12c3
.github/workflows/flutter.yml
@@ -42,7 +42,7 @@ jobs:
42
- uses: actions/checkout@v4
43
- uses: actions/setup-java@v4
44
with:
45
- java-version: "21"
+ java-version: "17"
46
distribution: 'temurin'
47
- uses: subosito/flutter-action@v1
48
android/build.gradle
@@ -36,8 +36,8 @@ android {
36
}
37
38
compileOptions {
39
- sourceCompatibility JavaVersion.VERSION_1_8
40
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
41
lintOptions {
0 commit comments