mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 02:56:07 +00:00
f1005daeed
First attempt. Conflicts: .re-natal android/app/build.gradle android/settings.gradle src/status_im/chat/handlers.cljs src/status_im/chat/views/command.cljs src/status_im/chat/views/content_suggestions.cljs src/status_im/chat/views/message.cljs src/status_im/chat/views/plain_input.cljs Former-commit-id: 474729f230346fc10d7d14474282f7f6458f0998
27 lines
1.5 KiB
Groovy
27 lines
1.5 KiB
Groovy
rootProject.name = 'StatusIm'
|
|
|
|
include ':app'
|
|
|
|
include ':react-native-contacts'
|
|
project(':react-native-contacts').projectDir = new File(settingsDir, '../node_modules/react-native-contacts/android')
|
|
|
|
include ':react-native-i18n'
|
|
project(':react-native-i18n').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-i18n/android')
|
|
// realm dependency
|
|
include ':react-native-vector-icons'
|
|
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
|
include ':realm'
|
|
project(':realm').projectDir = new File(rootProject.projectDir, '../node_modules/realm/android')
|
|
include ':randombytes'
|
|
project(':randombytes').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-randombytes/app')
|
|
include ':react-native-linear-gradient'
|
|
project(':react-native-linear-gradient').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-linear-gradient/android')
|
|
include ':ReactNativeAndroidSmsListener'
|
|
project(':ReactNativeAndroidSmsListener').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-android-sms-listener/android')
|
|
|
|
include ':react-native-status'
|
|
project(':react-native-status').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-status/android')
|
|
include ':react-native-camera'
|
|
project(':react-native-camera').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-camera/android')
|
|
|