Skip to content

Commit

Permalink
fix(UNT-T29290): remove compile option
Browse files Browse the repository at this point in the history
  • Loading branch information
nilesh-simform committed Oct 3, 2024
1 parent 4e4b967 commit 8a7eb7f
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 8a7eb7f

Please sign in to comment.