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 504f754 commit a343e06Copy full SHA for a343e06
android/app/build.gradle
@@ -133,8 +133,8 @@ android {
133
ndkVersion rootProject.ext.ndkVersion
134
135
compileOptions {
136
- sourceCompatibility JavaVersion.VERSION_1_8
137
- targetCompatibility JavaVersion.VERSION_1_8
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
138
}
139
compileSdkVersion rootProject.ext.compileSdkVersion
140
0 commit comments