Skip to content

Commit 66d8c8b

Browse files
pedrovgsclaude
andcommitted
Remove broken Travis CI badge
- Travis CI (travis-ci.org) is defunct - Remove broken badge link from README Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 8b9399b commit 66d8c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
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)
1+
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)
22
=========
33

44
**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.**

0 commit comments

Comments
 (0)