Skip to content

Commit

Permalink
#574 - fix Android RN 0.73.0 support (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanlevi1 authored Dec 19, 2023
1 parent 14772ea commit fd88609
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ android {
versionName "1.0"
}

kotlinOptions {
jvmTarget = "1.8"
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}

lintOptions {
Expand Down

0 comments on commit fd88609

Please sign in to comment.