Skip to content

Commit

Permalink
Added Badges to the README
Browse files Browse the repository at this point in the history
* Latest Versions on Maven Central & Snapshots
* License
* Github Actions Status
  • Loading branch information
handstandsam authored Dec 14, 2022
1 parent e141b6f commit 10ee510
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 🛡️ Dependency Guard
[![LICENSE](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/dropbox/dependency-guard/blob/main/LICENSE.txt)
[![Latest Stable](https://img.shields.io/badge/dynamic/xml?url=https://repo1.maven.org/maven2/com/dropbox/dependency-guard/dependency-guard/maven-metadata.xml&label=Latest%20Stable&color=blue&query=.//versioning/latest)](https://repo1.maven.org/maven2/com/dropbox/dependency-guard/dependency-guard/)
[![Latest Snapshot](https://img.shields.io/badge/dynamic/xml?url=https://s01.oss.sonatype.org/content/repositories/snapshots/com/dropbox/dependency-guard/dependency-guard/maven-metadata.xml&label=Latest%20Snapshot&color=orange&query=.//versioning/latest)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/dropbox/dependency-guard/com.dropbox.dependency-guard.gradle.plugin/)
[![CI](https://github.com/handstandsam/kmp4free/workflows/CI/badge.svg)](https://github.com/dropbox/dependency-guard/actions?query=branch%3Amain)

A Gradle plugin that helps you **guard against unintentional dependency changes**.

Expand Down

0 comments on commit 10ee510

Please sign in to comment.