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

Commit

Permalink
Prepare code for release 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Mar 11, 2015
1 parent 0b7dd40 commit 64bd4db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
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.7.aar`` into your project.
Download the project, compile it using maven or gradle and import ``draggablepanel-1.8.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.7</version>
<version>1.8</version>
<type>aar</type>
</dependency>
```
Expand All @@ -105,7 +105,7 @@ Or into your build.gradle

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

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=1.7-SNAPSHOT
VERSION_CODE=15
VERSION_NAME=1.8
VERSION_CODE=16
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library created to create a draggable user interface similar to the last YouTube draggable video component.
Expand Down

0 comments on commit 64bd4db

Please sign in to comment.