Skip to content

Commit d0e12c3

Browse files
committed
wip
1 parent 8279e6a commit d0e12c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flutter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- uses: actions/setup-java@v4
4444
with:
45-
java-version: "21"
45+
java-version: "17"
4646
distribution: 'temurin'
4747
- uses: subosito/flutter-action@v1
4848
with:

android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
}
3737

3838
compileOptions {
39-
sourceCompatibility JavaVersion.VERSION_1_8
40-
targetCompatibility JavaVersion.VERSION_1_8
39+
sourceCompatibility JavaVersion.VERSION_17
40+
targetCompatibility JavaVersion.VERSION_17
4141
}
4242

4343
lintOptions {

0 commit comments

Comments
 (0)