diff --git a/README.md b/README.md index 1e97ab161..9fff027da 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Please note that since Material Dialogs 2.x.x, this library only supports Kotlin ## Core -[ ![Core](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Acore/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Acore/_latestVersion) +[ ![Core](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/core?label=core&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/core) #### [Core Tutorial and Samples](documentation/CORE.md) @@ -37,7 +37,7 @@ dependencies { ## Input -[ ![Input](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Ainput/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Ainput/_latestVersion) +[ ![Input](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/input?label=input&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/input) #### [Input Tutorial and Samples](documentation/INPUT.md) @@ -54,7 +54,7 @@ dependencies { ## Files -[ ![Files](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Afiles/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Afiles/_latestVersion) +[ ![Files](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/files?label=files&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/files) #### [Files Tutorial and Samples](documentation/FILES.md) @@ -71,7 +71,7 @@ dependencies { ## Color -[ ![Color](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Acolor/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Acolor/_latestVersion) +[ ![Color](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/color?label=color&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/color) #### [Color Tutorial and Samples](documentation/COLOR.md) @@ -88,7 +88,7 @@ dependencies { ## DateTime -[ ![DateTime](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Adatetime/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Adatetime/_latestVersion) +[ ![DateTime](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/datetime?label=datetime&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/datetime) #### [DateTime Tutorial and Samples](documentation/DATETIME.md) @@ -105,7 +105,7 @@ dependencies { ## Bottom Sheets -[ ![Bottom Sheets](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Abottomsheets/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Abottomsheets/_latestVersion) +[ ![Bottom Sheets](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/bottomsheets?label=bottomsheets&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/bottomsheets) #### [Bottom Sheets Tutorial and Samples](documentation/BOTTOMSHEETS.md) @@ -124,7 +124,7 @@ dependencies { ## Lifecycle -[ ![Lifecycle](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Alifecycle/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Alifecycle/_latestVersion) +[ ![Lifecycle](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/lifecycle?label=lifecycle&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/lifecycle) #### [Lifecycle Tutorial and Samples](documentation/LIFECYCLE.md) diff --git a/README_OLD.md b/README_OLD.md index 018841dbc..bd342c1df 100644 --- a/README_OLD.md +++ b/README_OLD.md @@ -1,7 +1,7 @@ # Material Dialogs (Pre version 2.0, deprecated) -[ ![Core](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Acore/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Acore/_latestVersion) -[ ![Commons](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Acommons/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Acommons/_latestVersion) +[ ![Core](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/core?label=core&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/core) +[ ![Commons](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/commons?label=commons&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/commons) [![Build Status](https://travis-ci.org/afollestad/material-dialogs.svg)](https://travis-ci.org/afollestad/material-dialogs) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/0a4acc30a9ce440087f7688735359bb8)](https://www.codacy.com/app/drummeraidan_50/material-dialogs?utm_source=github.com&utm_medium=referral&utm_content=afollestad/material-dialogs&utm_campaign=Badge_Grade) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/afollestad/material-dialogs/blob/master/LICENSE.txt) diff --git a/documentation/BOTTOMSHEETS.md b/documentation/BOTTOMSHEETS.md index fec2b0740..42a5b3d83 100644 --- a/documentation/BOTTOMSHEETS.md +++ b/documentation/BOTTOMSHEETS.md @@ -13,7 +13,7 @@ ## Gradle Dependency -[ ![Bottom Sheets](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Abottomsheets/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Abottomsheets/_latestVersion) +[ ![Bottom Sheets](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/bottomsheets?label=bottomsheets&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/bottomsheets) The `bottomsheets` module contains extensions to turn modal dialogs into bottom sheets, among other functionality like showing a grid of items. diff --git a/documentation/COLOR.md b/documentation/COLOR.md index 5c329864c..0a9bbb43c 100644 --- a/documentation/COLOR.md +++ b/documentation/COLOR.md @@ -9,7 +9,7 @@ ## Gradle Dependency -[ ![Color](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Acolor/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Acolor/_latestVersion) +[ ![Color](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/color?label=color&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/color) The `color` module contains extensions to the core module, such as a color chooser. diff --git a/documentation/CORE.md b/documentation/CORE.md index ccbdcabe9..66ca2e234 100644 --- a/documentation/CORE.md +++ b/documentation/CORE.md @@ -28,7 +28,7 @@ ## Gradle Dependency -[ ![Core](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Acore/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Acore/_latestVersion) +[ ![Core](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/core?label=core&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/core) The `core` module contains everything you need to get started with the library. It contains all core and normal-use functionality. diff --git a/documentation/DATETIME.md b/documentation/DATETIME.md index 38d7ce5b9..0dccce78a 100644 --- a/documentation/DATETIME.md +++ b/documentation/DATETIME.md @@ -9,7 +9,7 @@ ## Gradle Dependency -[ ![DateTime](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Adatetime/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Adatetime/_latestVersion) +[ ![DateTime](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/datetime?label=datetime&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/datetime) The `datetime` module contains extensions to make date, time, and date-time picker dialogs. diff --git a/documentation/FILES.md b/documentation/FILES.md index 6fad288cf..2a6f4cb5c 100644 --- a/documentation/FILES.md +++ b/documentation/FILES.md @@ -16,7 +16,7 @@ ## Gradle Dependency -[ ![Files](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Afiles/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Afiles/_latestVersion) +[ ![Files](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/files?label=files&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/files) The `files` module contains extensions to the core module, such as a file and folder chooser. diff --git a/documentation/INPUT.md b/documentation/INPUT.md index cc7ab4e89..52c1963c4 100644 --- a/documentation/INPUT.md +++ b/documentation/INPUT.md @@ -12,7 +12,7 @@ ## Gradle Dependency -[ ![Input](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Ainput/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Ainput/_latestVersion) +[ ![Input](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/input?label=input&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/input) The `input` module contains extensions to the core module, such as a text input dialog. diff --git a/documentation/LIFECYCLE.md b/documentation/LIFECYCLE.md index f5f1749a4..e900bf260 100644 --- a/documentation/LIFECYCLE.md +++ b/documentation/LIFECYCLE.md @@ -8,7 +8,7 @@ ## Gradle Dependency -[ ![Lifecycle](https://api.bintray.com/packages/drummer-aidan/maven/material-dialogs%3Alifecycle/images/download.svg) ](https://bintray.com/drummer-aidan/maven/material-dialogs%3Alifecycle/_latestVersion) +[ ![Lifecycle](https://img.shields.io/maven-central/v/com.afollestad.material-dialogs/lifecycle?label=lifecycle&style=for-the-badge) ](https://repo1.maven.org/maven2/com/afollestad/material-dialogs/lifecycle) The `lifecycle` module contains extensions to make dialogs work with AndroidX lifecycles.