Skip to content

Commit 8a7eb7f

Browse files
fix(UNT-T29290): remove compile option
1 parent 4e4b967 commit 8a7eb7f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

android/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,6 @@ android {
6969
lintOptions {
7070
disable "GradleCompatible"
7171
}
72-
73-
compileOptions {
74-
sourceCompatibility JavaVersion.VERSION_11
75-
targetCompatibility JavaVersion.VERSION_11
76-
}
77-
78-
kotlinOptions {
79-
jvmTarget = "11"
80-
}
8172
}
8273

8374
repositories {

0 commit comments

Comments
 (0)