Skip to content

Commit 6c9659d

Browse files
Merge pull request #102 from SimformSolutionsPvtLtd/fix/UNT-T29290_remove_compile_option
fix(UNT-T29290): remove compile option
2 parents 4e4b967 + 8a7eb7f commit 6c9659d

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)