Skip to content

Commit 4202286

Browse files
committed
update
1 parent 2ac9970 commit 4202286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

permission_handler_android/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ android {
2929
compileSdkVersion flutter.compileSdkVersion
3030

3131
compileOptions {
32-
sourceCompatibility JavaVersion.VERSION_1_8
33-
targetCompatibility JavaVersion.VERSION_1_8
32+
sourceCompatibility = JavaVersion.VERSION_11
33+
targetCompatibility = JavaVersion.VERSION_11
3434
}
3535

3636
defaultConfig {

0 commit comments

Comments
 (0)