diff options
Diffstat (limited to 'android/settings.gradle')
| -rw-r--r-- | android/settings.gradle | 4 |
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 | } |
| 11 | rootProject.name = 'iHealthScanner' | 11 | rootProject.name = 'iHealthScanner' |
| 12 | include ':app' | 12 | include ':app' |
| 13 | include ':ihealthlibrary-react-native' | 13 | include ':ihealth-sdk' |
| 14 | project(':ihealthlibrary-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@ihealth/ihealthlibrary-react-native/android') | 14 | project(':ihealth-sdk').projectDir = new File(rootProject.projectDir, '../libs/ihealth-sdk/android') |
| 15 | includeBuild('../node_modules/@react-native/gradle-plugin') | 15 | includeBuild('../node_modules/@react-native/gradle-plugin') |
