From a0fba743a1243463c188fbb6963d6cd1f3ac8f31 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Wed, 1 May 2019 04:31:48 -0700 Subject: [PATCH] Add Android download badge (#428) Summary: Quite useful if you want to know what the most recent version is. Pull Request resolved: https://github.com/facebook/flipper/pull/428 Reviewed By: jknoxville Differential Revision: D15164635 Pulled By: passy fbshipit-source-id: 4a78b928625d6d71381b0e3e8272372f5f1b654d --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef7fc025c..17ead999e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Flipper [![Build Status](https://travis-ci.org/facebook/flipper.svg?branch=master)](https://travis-ci.org/facebook/flipper) +# Flipper [![Build Status](https://travis-ci.org/facebook/flipper.svg?branch=master)](https://travis-ci.org/facebook/flipper) [![Android Maven Badge](https://img.shields.io/maven-metadata/v/https/jcenter.bintray.com/com/facebook/flipper/flipper/maven-metadata.xml.svg?color=green&label=android)](https://bintray.com/facebook/maven/com.facebook.flipper%3Aflipper) Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API.