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 +- android/settings.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'android') 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") diff --git a/android/settings.gradle b/android/settings.gradle index 6c47ee0..219130e 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -10,6 +10,6 @@ dependencyResolutionManagement { } rootProject.name = 'iHealthScanner' include ':app' -include ':ihealthlibrary-react-native' -project(':ihealthlibrary-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@ihealth/ihealthlibrary-react-native/android') +include ':ihealth-sdk' +project(':ihealth-sdk').projectDir = new File(rootProject.projectDir, '../libs/ihealth-sdk/android') includeBuild('../node_modules/@react-native/gradle-plugin') -- cgit