From 49ce0f6aec65ebf357417ed3165b2cdb7b21fb88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Vicente=20G=C3=B3mez=20S=C3=A1nchez?= Date: Sat, 23 Dec 2017 13:13:33 +0100 Subject: [PATCH] Prepare release 3.4.0 --- README.md | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d2e8fbd..3bdb0bb 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Add this dependency to your ``build.gradle``: ```groovy dependencies{ - compile 'com.github.pedrovgs:renderers:3.3.3' + compile 'com.github.pedrovgs:renderers:3.4.0' } ``` diff --git a/gradle.properties b/gradle.properties index 9d3c0cf..79190d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,8 +2,8 @@ POM_NAME=Renderers POM_ARTIFACT_ID=renderers POM_PACKAGING=aar -VERSION_NAME=3.3.4-SNAPSHOT -VERSION_CODE=030304 +VERSION_NAME=3.4.0 +VERSION_CODE=030400 GROUP=com.github.pedrovgs POM_DESCRIPTION=Android library to avoid duplicated adapters code