From 613fac5051f0b5755407863791289cb4272cf262 Mon Sep 17 00:00:00 2001
From: Marc Rousavy <me@mrousavy.com>
Date: Mon, 25 Nov 2024 14:43:44 +0100
Subject: [PATCH] fix: Fix example app hermesc path

---
 example/android/app/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/android/app/build.gradle b/example/android/app/build.gradle
index e35b1fbf35..1397d4bc2f 100644
--- a/example/android/app/build.gradle
+++ b/example/android/app/build.gradle
@@ -48,7 +48,7 @@ react {
 
     /* Hermes Commands */
     //   The hermes compiler command to run. By default it is 'hermesc'
-    hermesCommand = "$rootDir/../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
+    hermesCommand = "$rootDir/../../node_modules/react-native/sdks/hermesc/%OS-BIN%/hermesc"
     //
     //   The list of flags to pass to the Hermes compiler. By default is "-O", "-output-source-map"
     // hermesFlags = ["-O", "-output-source-map"]