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/settings.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'android/settings.gradle') 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