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

Commit f5e90e2

Browse files
committed
Update README.md and versions for RELEASE 1.2
1 parent 4c3f4a5 commit f5e90e2

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
@@ -89,15 +89,15 @@ private void initializeDraggablePanel() throws Resources.NotFoundException {
8989
Import DraggablePanel dependency
9090
--------------------------------
9191

92-
Download the project, compile it using maven or gradle and import ``draggablepanel-1.1.aar`` into your project.
92+
Download the project, compile it using maven or gradle and import ``draggablepanel-1.2.aar`` into your project.
9393

9494
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.
9595

9696
```xml
9797
<dependency>
9898
<groupId>com.github.pedrovgs</groupId>
9999
<artifactId>draggablepanel</artifactId>
100-
<version>1.1</version>
100+
<version>1.2</version>
101101
<type>aar</type>
102102
</dependency>
103103
```
@@ -107,7 +107,7 @@ Or into your build.gradle
107107

108108
```groovy
109109
dependencies {
110-
compile 'com.github.pedrovgs:draggablepanel:1.1@aar'
110+
compile 'com.github.pedrovgs:draggablepanel:1.2@aar'
111111
compile 'com.android.support:support-v4:19.1.+'
112112
compile 'com.nineoldandroids:library:2.4.+'
113113
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=1.1
2-
VERSION_CODE=5
1+
VERSION_NAME=1.2
2+
VERSION_CODE=6
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)