We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c10a8cb commit 3c603e0Copy full SHA for 3c603e0
macless_haystack/android/app/build.gradle
@@ -32,8 +32,8 @@ android {
32
ndkVersion flutter.ndkVersion
33
34
compileOptions {
35
- sourceCompatibility JavaVersion.VERSION_1_8
36
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_17
+ targetCompatibility JavaVersion.VERSION_17
37
}
38
39
kotlinOptions {
0 commit comments