From 2cbbc7100a425a69f54ae47d9372ada53cd81608 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 21 Feb 2020 11:06:00 +0000 Subject: [PATCH] Update BUILD.md --- BUILD.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/BUILD.md b/BUILD.md index 4b56c9e7f7..0d6c856cba 100644 --- a/BUILD.md +++ b/BUILD.md @@ -2,8 +2,7 @@ # Building the applications -- All the applications share the same library, which, for historical reasons, is in `ReactNativeClient/lib`. This library is copied to the relevant directories when building each app. -- Most of the backend (anything to do with the database, synchronisation, etc.) is shared across all the apps, so when making a change please consider how it will affect all the apps. +Note that all the applications share the same library, which, for historical reasons, is in `ReactNativeClient/lib`. This library is copied to the relevant directories when building each app. ## Required dependencies