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

Commit cf47d83

Browse files
committed
Prepare release 1.9
1 parent 9a958f7 commit cf47d83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.8.aar`` into your project.
90+
Download the project, compile it using maven or gradle and import ``draggablepanel-1.9.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.8</version>
98+
<version>1.9</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.8'
108+
compile 'com.github.pedrovgs:draggablepanel:1.9'
109109
}
110110
```
111111

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.9-SNAPSHOT
1+
VERSION_NAME=1.9
22
VERSION_CODE=17
33
GROUP=com.github.pedrovgs
44

0 commit comments

Comments
 (0)