From d887c41d630935099385db59df98147eb1661c2e Mon Sep 17 00:00:00 2001 From: Oleg Kuznetsov Date: Mon, 19 Aug 2019 14:09:21 +0300 Subject: [PATCH] fixed README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b3a74e..4211b6d 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,14 @@ dependencies { implementation project(':lifecycle') implementation project(':lifecycle-rx') implementation project(':navigation') - implementation project(':templates') implementation project(':recyclerview-adapters') implementation project(':recyclerview-calendar') implementation project(':kotlin-extensions') implementation project(':livedata-location') + implementation project(':tabbar-navigation') + implementation project(':base-map') + implementation project(':yandex-map') + implementation project(':google-map') } ``` Можно подключать только те модули, которые вам необходимы.