From cdc0bda78c7bbeb4c1633531446d36f3f8f4e335 Mon Sep 17 00:00:00 2001 From: Jacek Date: Tue, 24 Nov 2015 15:15:16 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index b83c710..cf5c9ea 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Library that allows you to eaisly switch between your content, progress, error a You only show content, progress or error view. The switcher finds out what's currently visible and hides it. - + #How to use it? 1) Build your layout like this. It's important to pack your content, progress and error view into the same ```FrameLayout```. It won't work otherwise. @@ -100,20 +100,10 @@ repositories { } dependencies { - compile ('com.github.jkwiecien:Switcher:1.1.4'){ - exclude module: 'appcompat-v7' - } + compile 'com.github.jkwiecien:Switcher:2.0.0' } ``` -If you wan't to use blur view, you also need to modify your app ```defaultConfig```: - -```groovy - defaultConfig { - renderscriptTargetApi 22 - renderscriptSupportModeEnabled true - } -``` License =======