Skip to content

Commit

Permalink
Prepare release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Nov 17, 2019
1 parent 5930e82 commit 1bb0f91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Renderers [![Build Status](https://travis-ci.org/pedrovgs/Renderers.svg?branch=master)](https://travis-ci.org/pedrovgs/Renderers) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.pedrovgs/renderers/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.pedrovgs/renderers)
=========

**Renderers is an Android library created to avoid all the RecyclerView/Adapter boilerplate** needed to create a list/grid of data in your app and all the spaghetti code that developers used to create following the ``ViewHolder`` classic implementation. **As performance is also important for us, we've added a new ``diffUpdate`` method supporting differential updated transparently.**
**Renderers is an Android library created to avoid all the RecyclerView/Adapter boilerplate** needed to create a list/grid of data in your app and all the spaghetti code that developers used to create following the ``ViewHolder`` classic implementation. **As performance is also important for us, we've added a new ``diffUpdate`` and a ``RVListRendererAdapter`` method supporting differential updated transparently in the main thread and a background thred respectively.**

With this library you can improve your RecyclerView/Adapter/ViewHolder code. The one sometimes we copy and paste again and again :smiley:. Using this library you won't need to create any new class extending from ``RecyclerViewAdapter``.

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ POM_NAME=Renderers
POM_ARTIFACT_ID=renderers
POM_PACKAGING=aar

VERSION_NAME=3.4.1-SNAPSHOT
VERSION_CODE=030401
VERSION_NAME=3.5.0
VERSION_CODE=030500
GROUP=com.github.pedrovgs

POM_DESCRIPTION=Android library to avoid duplicated adapters code
Expand Down

0 comments on commit 1bb0f91

Please sign in to comment.