From e80862844b3a152819aa3fa9982f513ff881a1ca Mon Sep 17 00:00:00 2001 From: Mansur Date: Sun, 11 Nov 2018 22:47:42 +0300 Subject: [PATCH] Update README.MD --- .idea/caches/build_file_checksums.ser | Bin 0 -> 584 bytes .idea/codeStyles/Project.xml | 29 ++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .idea/caches/build_file_checksums.ser create mode 100644 .idea/codeStyles/Project.xml diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..e9140b36d5935f292c2f448534adbf0b236df6e0 GIT binary patch literal 584 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}nf0c10Sz*n%742j8)!U``CceGyU}S=wF`4_H-nbv6e6h + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index cb13aeb..0d8cc5c 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ add the dependency to the the app level build.gradle file ```gradle dependencies { - implementation 'com.github.mancj:MaterialSearchBar:0.7.6' + implementation 'com.github.mancj:MaterialSearchBar:0.8' } ```