From 4687f052f0cea68aa07a1834a9285495e6bc30f2 Mon Sep 17 00:00:00 2001 From: nekocode Date: Wed, 7 Aug 2019 00:08:58 +0800 Subject: [PATCH] Update readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b5d87f2..7057690 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,8 @@ APP_PACKAGE_NAME This template project includes some of the latest features in Android development: -- Used kotlin completely (includes the gradle build scripts) -- Used AndroidX & Navigation -- Functional programming style -- Some simple but useful extensions +- Uses kotlin completely (includes gradle build scripts) +- Uses AndroidX & Android Architecture Components (includes Navigation, ViewModel, LiveData) +- Uses some powerful generic libraries like RxKotlin, Dagger2, etc -For more details, you can check the code directly. +For more details, you can check the source code directly.