Skip to content

Commit b387b44

Browse files
test
1 parent 8573f64 commit b387b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ android {
2828
ndkVersion flutter.ndkVersion
2929

3030
compileOptions {
31-
sourceCompatibility JavaVersion.VERSION_8
32-
targetCompatibility JavaVersion.VERSION_8
31+
sourceCompatibility JavaVersion.VERSION_1_8
32+
targetCompatibility JavaVersion.VERSION_1_8
3333
}
3434

3535
kotlin {

0 commit comments

Comments
 (0)