From 64bd4dbdfefbd43eb44096ea08cc674a2f996b07 Mon Sep 17 00:00:00 2001 From: pedrovgs Date: Wed, 11 Mar 2015 21:59:12 +0100 Subject: [PATCH] Prepare code for release 1.8 --- README.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 031d2d3..ade8c23 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ 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. @@ -95,7 +95,7 @@ Or declare it into your pom.xml. This library uses NineOldAndroid library and An com.github.pedrovgs draggablepanel - 1.7 + 1.8 aar ``` @@ -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' } ``` diff --git a/gradle.properties b/gradle.properties index ed83c3b..d0ca88b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.