From aa083b4873e21dda7a6a52d4d53f50d3279097f3 Mon Sep 17 00:00:00 2001 From: Alexander Blinov Date: Wed, 2 Nov 2016 10:07:48 +0300 Subject: [PATCH 1/2] added badges (#38) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68a52c70..b35d97cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Moxy +[![Maven Central](https://img.shields.io/maven-central/v/com.arello-mobile/moxy.svg)](http://search.maven.org/#artifactdetails%7Ccom.arello-mobile%7Cmoxy) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) + Moxy is a library that help to use MVP pattern when you do the Android Application. _Without problems of lifecycle and boilerplate code!_ Main idea of using Moxy: From 1724355351354ee3919a475036107aac70871b00 Mon Sep 17 00:00:00 2001 From: Yuri Shmakov Date: Wed, 2 Nov 2016 14:14:17 +0700 Subject: [PATCH 2/2] [fixbug] Fixed link of maven-central badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b35d97cc..edfd1b13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Moxy -[![Maven Central](https://img.shields.io/maven-central/v/com.arello-mobile/moxy.svg)](http://search.maven.org/#artifactdetails%7Ccom.arello-mobile%7Cmoxy) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) +[![Maven Central](https://img.shields.io/maven-central/v/com.arello-mobile/moxy.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.arello-mobile%22%20AND%20(a%3A%22moxy%22%20OR%20a%3A%22moxy-compiler%22%20OR%20a%3A%22moxy-android%22%20OR%20a%3A%22moxy-app-compat%22)) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://opensource.org/licenses/MIT) Moxy is a library that help to use MVP pattern when you do the Android Application. _Without problems of lifecycle and boilerplate code!_