diff --git a/README.md b/README.md index b9e4ab9..1a70443 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ private void initializeDraggablePanel() throws Resources.NotFoundException { Import DraggablePanel dependency -------------------------------- -Download the project, compile it using maven or gradle and import ``draggablepanel-1.1.aar`` into your project. +Download the project, compile it using maven or gradle and import ``draggablepanel-1.2.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. @@ -97,7 +97,7 @@ Or declare it into your pom.xml. This library uses NineOldAndroid library and An com.github.pedrovgs draggablepanel - 1.1 + 1.2 aar ``` @@ -107,7 +107,7 @@ Or into your build.gradle ```groovy dependencies { - compile 'com.github.pedrovgs:draggablepanel:1.1@aar' + compile 'com.github.pedrovgs:draggablepanel:1.2@aar' compile 'com.android.support:support-v4:19.1.+' compile 'com.nineoldandroids:library:2.4.+' } diff --git a/gradle.properties b/gradle.properties index 274e4f9..4a89909 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ -VERSION_NAME=1.1 -VERSION_CODE=5 +VERSION_NAME=1.2 +VERSION_CODE=6 GROUP=com.github.pedrovgs POM_DESCRIPTION=Android library created to create a draggable user interface similar to the last YouTube draggable video component.