Skip to content

Commit

Permalink
feat(android): hermes and react native are synced
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Dec 3, 2024
1 parent 4d7c051 commit 8136bb1
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 8136bb1

Please sign in to comment.