We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d55a32 commit 32fa206Copy full SHA for 32fa206
android/build.gradle
@@ -36,12 +36,12 @@ android {
36
compileSdk 34
37
38
compileOptions {
39
- sourceCompatibility JavaVersion.VERSION_17
40
- targetCompatibility JavaVersion.VERSION_17
+ sourceCompatibility JavaVersion.VERSION_11
+ targetCompatibility JavaVersion.VERSION_11
41
}
42
43
kotlinOptions {
44
- jvmTarget = '17'
+ jvmTarget = '11'
45
46
47
sourceSets {
example/android/app/build.gradle
@@ -63,12 +63,12 @@ android {
63
64
65
66
67
68
69
70
71
72
73
74
0 commit comments