Skip to content

Commit

Permalink
feat(android): hermes and react native are synced (#15353)
Browse files Browse the repository at this point in the history
Version wise, Hermes and React Native are synced.
  • Loading branch information
Calinteodor authored Dec 3, 2024
1 parent c11147b commit c0541c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ ext {

//React Native and Hermes Version
rnVersion = "0.75.4"
hermesVersion = "0.75.4"
}

allprojects {
Expand Down
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

api "com.facebook.react:react-android:$rootProject.ext.rnVersion"
api "com.facebook.react:hermes-android:$rootProject.ext.hermesVersion"
api "com.facebook.react:hermes-android:$rootProject.ext.rnVersion"

//noinspection GradleDynamicVersion
implementation 'org.webkit:android-jsc:+'
Expand Down

0 comments on commit c0541c8

Please sign in to comment.