From d4d5f760dd93084a81ad31dee9f61070d760d0c6 Mon Sep 17 00:00:00 2001 From: Weiyi Li Date: Sun, 5 Apr 2020 13:04:58 +1200 Subject: [PATCH] Updated README --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 9efc150..7bcf24f 100755 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ [![](https://jitpack.io/v/li2/android-view.svg)](https://jitpack.io/#li2/android-view) -## Common Library +## Android View Library This library icludes bunches of binding adapters and extension functions for existing views, also some custom views. - ``` ├── button │ └── MaterialLoadingButton.kt @@ -46,7 +45,6 @@ This library icludes bunches of binding adapters and extension functions for ex TODO - ## Download ```gradle @@ -54,7 +52,6 @@ implementation 'com.github.li2:android-view:latest_version' ``` - ## License ```