From 696d4e49f8868ddbad90173fbc10a37f092b7c9a Mon Sep 17 00:00:00 2001 From: pedrovgs Date: Thu, 11 Dec 2014 21:46:45 +0100 Subject: [PATCH] Update README.md with release 1.5 information. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3dff06..f800603 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ private void initializeDraggablePanel() throws Resources.NotFoundException { Import DraggablePanel dependency -------------------------------- -Download the project, compile it using maven or gradle and import ``draggablepanel-1.3.aar`` into your project. +Download the project, compile it using maven or gradle and import ``draggablepanel-1.5.aar`` into your project. Or declare it into your pom.xml. This library uses NineOldAndroid library and Android support library v4 version 19.1.0, you have to provide this dependencies from your local artifact repository or from maven central repository. @@ -97,7 +97,7 @@ Or declare it into your pom.xml. This library uses NineOldAndroid library and An com.github.pedrovgs draggablepanel - 1.3 + 1.5 aar ``` @@ -107,7 +107,7 @@ Or into your build.gradle ```groovy dependencies { - compile 'com.github.pedrovgs:draggablepanel:1.3@aar' + compile 'com.github.pedrovgs:draggablepanel:1.5@aar' compile 'com.android.support:support-v4:19.1.+' compile 'com.nineoldandroids:library:2.4.+' }