summaryrefslogtreecommitdiff
path: root/android/app/build.gradle
diff options
context:
space:
mode:
authorhc <haocheng.xie@respiree.com>2026-04-13 15:17:52 +0800
committerhc <haocheng.xie@respiree.com>2026-04-13 15:17:52 +0800
commitd6d9a09d505d11148599a95a5be3e1351edbe0ac (patch)
treea5f5891983d1ff207e99f683a5e151519cef4980 /android/app/build.gradle
parente4fb9966e762852bf17f21c8406501d42fae0b61 (diff)
Local iHealth SDK, device detail screen, iOS event fixes
Diffstat (limited to 'android/app/build.gradle')
-rw-r--r--android/app/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/build.gradle b/android/app/build.gradle
index 853b346..9f2c5ae 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -110,7 +110,7 @@ android {
110dependencies { 110dependencies {
111 // The version of react-native is set by the React Native Gradle Plugin 111 // The version of react-native is set by the React Native Gradle Plugin
112 implementation("com.facebook.react:react-android") 112 implementation("com.facebook.react:react-android")
113 implementation project(':ihealthlibrary-react-native') 113 implementation project(':ihealth-sdk')
114 114
115 if (hermesEnabled.toBoolean()) { 115 if (hermesEnabled.toBoolean()) {
116 implementation("com.facebook.react:hermes-android") 116 implementation("com.facebook.react:hermes-android")