From bbda353eb8d3ee60043d4044ce99b1a69a176fd6 Mon Sep 17 00:00:00 2001 From: Ali Abdollahi Date: Sat, 3 Nov 2018 13:57:51 +0330 Subject: [PATCH 1/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 550ee2a..d5736bd 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,13 @@ allprojects { Step 2. Add the dependency ```groovy dependencies { - implementation 'com.github.aliab:RTLMaterialSpinner:V1.0.1' + implementation 'com.github.aliab:RTLMaterialSpinner:1.2.0' } ``` If you use other libraries requiring nineoldandroids and appcompat-v7 like [MaterialEditText](https://github.com/rengwuxian/MaterialEditText/) make sure to exclude them : ```groovy compile ('com.github.hamsaadev:RTLMaterialSpinner:V1.0.1'){ - exclude group: 'com.nineoldandroids', module: 'library' exclude group: 'com.android.support', module: 'appcompat-v7' } ``` From c6d9f3ce82a82695d8a40b90d1eeee4a7104789f Mon Sep 17 00:00:00 2001 From: Ali Abdollahi Date: Sat, 3 Nov 2018 13:58:29 +0330 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5736bd..8ea357b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ dependencies { If you use other libraries requiring nineoldandroids and appcompat-v7 like [MaterialEditText](https://github.com/rengwuxian/MaterialEditText/) make sure to exclude them : ```groovy -compile ('com.github.hamsaadev:RTLMaterialSpinner:V1.0.1'){ +compile ('com.github.hamsaadev:RTLMaterialSpinner:1.2.0'){ exclude group: 'com.android.support', module: 'appcompat-v7' } ``` From a1ff2d29e5a5d6aff6d79baa26555bc03d777da3 Mon Sep 17 00:00:00 2001 From: Ali Abdollahi Date: Sat, 3 Nov 2018 13:58:51 +0330 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ea357b..e480190 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ dependencies { If you use other libraries requiring nineoldandroids and appcompat-v7 like [MaterialEditText](https://github.com/rengwuxian/MaterialEditText/) make sure to exclude them : ```groovy -compile ('com.github.hamsaadev:RTLMaterialSpinner:1.2.0'){ +implementation ('com.github.hamsaadev:RTLMaterialSpinner:1.2.0'){ exclude group: 'com.android.support', module: 'appcompat-v7' } ```