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 125bb7f commit 7282dabCopy full SHA for 7282dab
android/app/build.gradle
@@ -41,12 +41,12 @@ android {
41
ndkVersion = "27.0.12077973"
42
43
compileOptions {
44
- sourceCompatibility = JavaVersion.VERSION_11
45
- targetCompatibility = JavaVersion.VERSION_11
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
46
}
47
48
kotlinOptions {
49
- jvmTarget = JavaVersion.VERSION_11
+ jvmTarget = JavaVersion.VERSION_17
50
51
52
dependenciesInfo {
0 commit comments