Skip to content

Commit

Permalink
Merge pull request #102 from SimformSolutionsPvtLtd/fix/UNT-T29290_re…
Browse files Browse the repository at this point in the history
…move_compile_option

fix(UNT-T29290): remove compile option
  • Loading branch information
mukesh-simform authored Oct 3, 2024
2 parents 4e4b967 + 8a7eb7f commit 6c9659d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,6 @@ android {
lintOptions {
disable "GradleCompatible"
}

compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
}

kotlinOptions {
jvmTarget = "11"
}
}

repositories {
Expand Down

0 comments on commit 6c9659d

Please sign in to comment.