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 2ac9970 commit 4202286Copy full SHA for 4202286
permission_handler_android/android/build.gradle
@@ -29,8 +29,8 @@ android {
29
compileSdkVersion flutter.compileSdkVersion
30
31
compileOptions {
32
- sourceCompatibility JavaVersion.VERSION_1_8
33
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility = JavaVersion.VERSION_11
+ targetCompatibility = JavaVersion.VERSION_11
34
}
35
36
defaultConfig {
0 commit comments