From 8bb8a9e324e67ed31d515398a24d0a5a87f7adec Mon Sep 17 00:00:00 2001 From: Pedro Vicente Gomez Date: Tue, 5 Jan 2016 00:32:55 +0100 Subject: [PATCH] Prepare release 3.0.0 --- README.md | 6 +++--- gradle.properties | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 00766ca..3acad58 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ The sample code is using [ButterKnife][4] library to avoid initialize some entit Usage ----- -Download the project, compile it using ```mvn clean install``` import ``renderers-2.0.3.aar`` into your project. +Download the project, compile it using ```mvn clean install``` import ``renderers-3.0.0.aar`` into your project. Or declare it into your pom.xml @@ -195,7 +195,7 @@ Or declare it into your pom.xml com.github.pedrovgs renderers - 2.0.3 + 3.0.0 aar ``` @@ -204,7 +204,7 @@ Or declare it into your pom.xml Or into your build.gradle ```groovy dependencies{ - compile 'com.github.pedrovgs:renderers:2.0.3' + compile 'com.github.pedrovgs:renderers:3.0.0' } ``` diff --git a/gradle.properties b/gradle.properties index f8774f1..a159abd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ POM_NAME=Renderers POM_ARTIFACT_ID=renderers POM_PACKAGING=aar -VERSION_NAME=2.0.5-SNAPSHOT -VERSION_CODE=200005 +VERSION_NAME=3.0.0 +VERSION_CODE=300000 GROUP=com.github.pedrovgs POM_DESCRIPTION=Android library to avoid duplicated adapters code