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
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Apr 26, 2014
1 parent 4998362 commit d5d2b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Or declare it into your pom.xml. This library uses NineOldAndroid library and An
<dependency>
<groupId>com.github.pedrovgs</groupId>
<artifactId>draggablepanel</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<type>aar</type>
</dependency>
```
Expand All @@ -107,7 +107,7 @@ Or into your build.gradle

```groovy
dependencies {
compile 'com.github.pedrovgs:draggablepanel:1.0.2@aar'
compile 'com.github.pedrovgs:draggablepanel:1.0.3@aar'
compile 'com.android.support:support-v4:19.1.+'
compile 'com.nineoldandroids:library:2.4.+'
}
Expand Down

0 comments on commit d5d2b2d

Please sign in to comment.