summaryrefslogtreecommitdiff
path: root/android/settings.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/settings.gradle
parente4fb9966e762852bf17f21c8406501d42fae0b61 (diff)
Local iHealth SDK, device detail screen, iOS event fixes
Diffstat (limited to 'android/settings.gradle')
-rw-r--r--android/settings.gradle4
1 files changed, 2 insertions, 2 deletions
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 {
10} 10}
11rootProject.name = 'iHealthScanner' 11rootProject.name = 'iHealthScanner'
12include ':app' 12include ':app'
13include ':ihealthlibrary-react-native' 13include ':ihealth-sdk'
14project(':ihealthlibrary-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@ihealth/ihealthlibrary-react-native/android') 14project(':ihealth-sdk').projectDir = new File(rootProject.projectDir, '../libs/ihealth-sdk/android')
15includeBuild('../node_modules/@react-native/gradle-plugin') 15includeBuild('../node_modules/@react-native/gradle-plugin')