From d6d9a09d505d11148599a95a5be3e1351edbe0ac Mon Sep 17 00:00:00 2001 From: hc Date: Mon, 13 Apr 2026 15:17:52 +0800 Subject: Local iHealth SDK, device detail screen, iOS event fixes --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/app') 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 { dependencies { // The version of react-native is set by the React Native Gradle Plugin implementation("com.facebook.react:react-android") - implementation project(':ihealthlibrary-react-native') + implementation project(':ihealth-sdk') if (hermesEnabled.toBoolean()) { implementation("com.facebook.react:hermes-android") -- cgit