Skip to content

Commit 19313d2

Browse files
kirich1409claude
andcommitted
docs: add Maven Central and CI badges to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fae039e commit 19313d2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ViewBindingPropertyDelegate
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/dev.androidbroadcast.vbpd/vbpd)](https://central.sonatype.com/namespace/dev.androidbroadcast.vbpd)
4+
[![Build](https://github.com/androidbroadcast/ViewBindingPropertyDelegate/actions/workflows/build.yml/badge.svg)](https://github.com/androidbroadcast/ViewBindingPropertyDelegate/actions/workflows/build.yml)
5+
[![License](https://img.shields.io/github/license/androidbroadcast/ViewBindingPropertyDelegate)](LICENSE.md)
6+
37
Make work with [Android View Binding](https://d.android.com/topic/libraries/view-binding) simpler. The library:
48
- manages ViewBinding lifecycle and clears the reference to it to prevent memory leaks
59
- eliminates the need to keep nullable references to Views or ViewBindings

0 commit comments

Comments
 (0)