Skip to content
This repository was archived by the owner on Nov 22, 2017. It is now read-only.

Commit 696d4e4

Browse files
committed
Update README.md with release 1.5 information.
1 parent 9e6a410 commit 696d4e4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ private void initializeDraggablePanel() throws Resources.NotFoundException {
8989
Import DraggablePanel dependency
9090
--------------------------------
9191

92-
Download the project, compile it using maven or gradle and import ``draggablepanel-1.3.aar`` into your project.
92+
Download the project, compile it using maven or gradle and import ``draggablepanel-1.5.aar`` into your project.
9393

9494
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.
9595

9696
```xml
9797
<dependency>
9898
<groupId>com.github.pedrovgs</groupId>
9999
<artifactId>draggablepanel</artifactId>
100-
<version>1.3</version>
100+
<version>1.5</version>
101101
<type>aar</type>
102102
</dependency>
103103
```
@@ -107,7 +107,7 @@ Or into your build.gradle
107107

108108
```groovy
109109
dependencies {
110-
compile 'com.github.pedrovgs:draggablepanel:1.3@aar'
110+
compile 'com.github.pedrovgs:draggablepanel:1.5@aar'
111111
compile 'com.android.support:support-v4:19.1.+'
112112
compile 'com.nineoldandroids:library:2.4.+'
113113
}

0 commit comments

Comments
 (0)