Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCanape committed Aug 10, 2024
1 parent 2fcbacd commit 89845a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '17'
java-version: '8'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.0'
Expand Down
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ android {
ndkVersion flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_8
targetCompatibility JavaVersion.VERSION_8
}

kotlin {
jvmToolchain(17)
jvmToolchain(8)
}

sourceSets {
Expand Down

0 comments on commit 89845a2

Please sign in to comment.