From cbd3d533173e0002e9bc66aaeeeb95fb15e11c05 Mon Sep 17 00:00:00 2001 From: Vitaly Vivchar Date: Sat, 20 Jul 2024 18:29:57 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16402bd..6250f46 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ If you like this project you can show support by starring ⭐ this repository 🙏 -# Renderer RecyclerView Adapter [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.vivchar/RendererRecyclerViewAdapter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.vivchar/RendererRecyclerViewAdapter) [![API](https://img.shields.io/badge/API-14%2B-yellow.svg?style=flat)](https://android-arsenal.com/api?level=14) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/vvivchar) +# Renderer RecyclerView Adapter [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.vivchar/RendererRecyclerViewAdapter/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.vivchar/RendererRecyclerViewAdapter) [![API](https://img.shields.io/badge/API-14%2B-yellow.svg?style=flat)](https://android-arsenal.com/api?level=21) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/vvivchar) * [Now you do not need to implement adapters for RecyclerView](https://github.com/vivchar/RendererRecyclerViewAdapter/wiki/Quick-start-with-the-Renderer-Adapter); * [You can easily use several types of cells in a single list](https://github.com/vivchar/RendererRecyclerViewAdapter/wiki/Quick-start-with-Simple-Items); @@ -39,7 +39,7 @@ https://github.com/vivchar/RendererRecyclerViewAdapter/wiki ## Gradle ```gradle dependencies { - compile 'com.github.vivchar:RendererRecyclerViewAdapter:3.0.1' + compile 'com.github.vivchar:RendererRecyclerViewAdapter:3.0.2' } ```