We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8573f64 commit b387b44Copy full SHA for b387b44
android/app/build.gradle
@@ -28,8 +28,8 @@ android {
28
ndkVersion flutter.ndkVersion
29
30
compileOptions {
31
- sourceCompatibility JavaVersion.VERSION_8
32
- targetCompatibility JavaVersion.VERSION_8
+ sourceCompatibility JavaVersion.VERSION_1_8
+ targetCompatibility JavaVersion.VERSION_1_8
33
}
34
35
kotlin {
0 commit comments