We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a0e9f commit 1db5da0Copy full SHA for 1db5da0
android/app/build.gradle
@@ -23,12 +23,12 @@ android {
23
ndkVersion = flutter.ndkVersion
24
25
compileOptions {
26
- sourceCompatibility = JavaVersion.VERSION_1_8
27
- targetCompatibility = JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
28
}
29
30
kotlinOptions {
31
- jvmTarget = JavaVersion.VERSION_1_8
+ jvmTarget = JavaVersion.VERSION_17
32
33
34
defaultConfig {
0 commit comments