From 192daf45afbfd457cd6d75e37ed7c57b82ac7a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Vicente=20G=C3=B3mez=20S=C3=A1nchez?= Date: Thu, 20 Jul 2017 01:02:17 +0200 Subject: [PATCH] Change how an item is considered the same in our DiffCallback implementation --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ac4a44e..29a8781 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ Or declare it into your pom.xml com.github.pedrovgs renderers - 3.3.1 + 3.3.2 aar ``` @@ -223,7 +223,7 @@ Or declare it into your pom.xml Or into your build.gradle ```groovy dependencies{ - compile 'com.github.pedrovgs:renderers:3.3.1' + compile 'com.github.pedrovgs:renderers:3.3.2' } ``` diff --git a/gradle.properties b/gradle.properties index cf5ec36..e5f2b02 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ POM_NAME=Renderers POM_ARTIFACT_ID=renderers POM_PACKAGING=aar -VERSION_NAME=3.3.2-SNAPSHOT +VERSION_NAME=3.3.2 VERSION_CODE=030302 GROUP=com.github.pedrovgs