Skip to content

Commit

Permalink
Fix a typo in the hermes-engine srcSet folder
Browse files Browse the repository at this point in the history
Summary:
There is a typo in the hermes-engine resulting in hermes-engine not picking up the Intl
Java source code. I'm fixing it.

Changelog:
[Internal] [Changed] - Fix a typo in the hermes-engine srcSet folder

Reviewed By: motiz88

Differential Revision: D34922477

fbshipit-source-id: a144f7a2f75702bc8ddea73fa8b48c71d8fcd499
  • Loading branch information
cortinico authored and facebook-github-bot committed Mar 16, 2022
1 parent 0fba8fa commit 10d2e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/hermes-engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ android {
main {
manifest.srcFile "$hermesDir/android/hermes/src/main/AndroidManifest.xml"
java.srcDirs = [
"$hermesDir/lib/Platfrom/Intl/java"
"$hermesDir/lib/Platform/Intl/java"
]
}
}
Expand Down

0 comments on commit 10d2e4c

Please sign in to comment.