From 98baac973f91a4069fb8c882e1f880481004b1c7 Mon Sep 17 00:00:00 2001 From: Simona <35065668+simona-anomis@users.noreply.github.com> Date: Fri, 24 Jun 2022 16:08:58 +0100 Subject: [PATCH] Add modularization learning journey to README (#153) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9712a6e8e..1f8af3122 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,12 @@ The Now in Android app follows the and is described in detail in the [architecture learning journey](docs/ArchitectureLearningJourney.md). +# Modularization + +The Now in Android app has been fully modularized and you can find the detailed guidance and +description of the modularization strategy used in +[modularization learning journey](docs/ModularizationLearningJourney.md). + # Build The app contains the usual `debug` and `release` build variants.