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

Commit

Permalink
Prepare release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Nov 29, 2015
1 parent 9a958f7 commit cf47d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -87,15 +87,15 @@ private void initializeDraggablePanel() throws Resources.NotFoundException {
Import DraggablePanel dependency
--------------------------------

Download the project, compile it using maven or gradle and import ``draggablepanel-1.8.aar`` into your project.
Download the project, compile it using maven or gradle and import ``draggablepanel-1.9.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.8</version>
<version>1.9</version>
<type>aar</type>
</dependency>
```
Expand All @@ -105,7 +105,7 @@ Or into your build.gradle

```groovy
dependencies {
compile 'com.github.pedrovgs:draggablepanel:1.8'
compile 'com.github.pedrovgs:draggablepanel:1.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
VERSION_NAME=1.9-SNAPSHOT
VERSION_NAME=1.9
VERSION_CODE=17
GROUP=com.github.pedrovgs

Expand Down

0 comments on commit cf47d83

Please sign in to comment.