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

Commit 64bd4db

Browse files
committed
Prepare code for release 1.8
1 parent 0b7dd40 commit 64bd4db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

90-
Download the project, compile it using maven or gradle and import ``draggablepanel-1.7.aar`` into your project.
90+
Download the project, compile it using maven or gradle and import ``draggablepanel-1.8.aar`` into your project.
9191

9292
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.
9393

9494
```xml
9595
<dependency>
9696
<groupId>com.github.pedrovgs</groupId>
9797
<artifactId>draggablepanel</artifactId>
98-
<version>1.7</version>
98+
<version>1.8</version>
9999
<type>aar</type>
100100
</dependency>
101101
```
@@ -105,7 +105,7 @@ Or into your build.gradle
105105

106106
```groovy
107107
dependencies {
108-
compile 'com.github.pedrovgs:draggablepanel:1.7'
108+
compile 'com.github.pedrovgs:draggablepanel:1.8'
109109
}
110110
```
111111

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.7-SNAPSHOT
2-
VERSION_CODE=15
1+
VERSION_NAME=1.8
2+
VERSION_CODE=16
33
GROUP=com.github.pedrovgs
44

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

0 commit comments

Comments
 (0)