Skip to content

Commit

Permalink
Dynamic version badge (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
SupinePandora43 authored and alexzaitsev committed Jul 22, 2019
1 parent b48ec9a commit 1aec7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Apk Dependency Graph (ADG)

[![Build Status](https://travis-ci.org/alexzaitsev/apk-dependency-graph.svg?branch=master)](https://travis-ci.org/alexzaitsev/apk-dependency-graph)
[![version](https://img.shields.io/badge/version-0.2.1-brightgreen.svg)](https://github.com/alexzaitsev/apk-dependency-graph/releases/tag/0.2.1) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-apk--dependency--graph-blue.svg?style=flat)](http://android-arsenal.com/details/1/4411)
[![version](https://img.shields.io/github/tag/alexzaitsev/apk-dependency-graph.svg?color=brightgreen&label=version)](https://github.com/alexzaitsev/apk-dependency-graph/releases) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-apk--dependency--graph-blue.svg?style=flat)](http://android-arsenal.com/details/1/4411)

Class dependency visualizer. Only `apk` file is needed.
Class coupling is one of the significant code metrics that shows how easy is to change, maintain and test the code. This tool helps to view whole picture of the project.
Expand Down

0 comments on commit 1aec7d8

Please sign in to comment.