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

Commit

Permalink
Update README.md with release 1.5 information.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Dec 11, 2014
1 parent 9e6a410 commit 696d4e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,15 +89,15 @@ 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.

```xml
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>draggablepanel</artifactId>
<version>1.3</version>
<version>1.5</version>
<type>aar</type>
</dependency>
```
Expand All @@ -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.+'
}
Expand Down

0 comments on commit 696d4e4

Please sign in to comment.