Skip to content

Commit 67d1571

Browse files
committed
Moved travis/jitpack badges to the top
1 parent 90ebef6 commit 67d1571

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Material Dialogs
22

3+
[![Release](https://img.shields.io/github/release/afollestad/material-dialogs.svg?label=jitpack)](https://jitpack.io/#afollestad/material-dialogs)
34
[![Build Status](https://travis-ci.org/afollestad/material-dialogs.svg)](https://travis-ci.org/afollestad/material-dialogs)
45

56
![Screenshots](https://raw.githubusercontent.com/afollestad/material-dialogs/master/art/mddemoshowcase.png)
@@ -82,8 +83,6 @@ repository will allow GitHub to email you whenever I publish a release.
8283

8384
# Gradle Dependency
8485

85-
[![Release](https://img.shields.io/github/release/afollestad/material-dialogs.svg?label=jitpack)](https://jitpack.io/#afollestad/material-dialogs)
86-
8786
### Repository
8887

8988
Add this in your root `build.gradle` file (**not** your module `build.gradle` file):
@@ -102,7 +101,7 @@ allprojects {
102101
The *core* module contains all the major classes of this library, including `MaterialDialog` and `AlertDialogWrapper`.
103102
You can create basic, list, single/multi choice, progress, input, etc. dialogs with core.
104103

105-
Replace `w.x.y.z` with the current version, which can be seen on that JitPack badge above.
104+
Replace `w.x.y.z` with the current version, which can be seen on the JitPack badge at the top of this document.
106105

107106
```gradle
108107
dependencies {

0 commit comments

Comments
 (0)