From 9d41ab10c6818f54b4934592ebea7b17a8c5dd84 Mon Sep 17 00:00:00 2001 From: Moravec-Jan <36644697+Moravec-Jan@users.noreply.github.com> Date: Tue, 20 Nov 2018 19:58:46 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b31189f..e59110a 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ Add it in your root build.gradle at the end of repositories: Step 2. Add the dependency dependencies { - implementation 'com.github.Moravec-Jan:MaterialSpinner:2.0.2' + implementation 'com.github.Moravec-Jan:MaterialSpinner:2.0.4' } If you use other libraries requiring appcompat-v7 like [MaterialEditText](https://github.com/rengwuxian/MaterialEditText/) make sure to exclude them if you have issue at compile time : ```groovy -implementation ('com.github.Moravec-Jan:MaterialSpinner:2.0.2'){ +implementation ('com.github.Moravec-Jan:MaterialSpinner:2.0.4'){ exclude group: 'com.android.support', module: 'appcompat-v7' } ```