diff --git a/README.md b/README.md index 768a1a386d..4f9a9a616e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Glide ===== -[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.bumptech.glide/glide/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.bumptech.glide/glide) +[![Maven Central Version](https://img.shields.io/maven-central/v/com.github.bumptech.glide/glide)](https://central.sonatype.com/artifact/com.github.bumptech.glide/glide) | [View Glide's documentation][20] | [简体中文文档][22] | [Report an issue with Glide][5] Glide is a fast and efficient open source media management and image loading framework for Android that wraps media @@ -20,31 +20,17 @@ Download -------- For detailed instructions and requirements, see Glide's [download and setup docs page][28]. -You can download a jar from GitHub's [releases page][1]. - -Or use Gradle: - ```gradle repositories { -  google() + google() mavenCentral() } dependencies { -  implementation 'com.github.bumptech.glide:glide:5.0.5' + implementation 'com.github.bumptech.glide:glide:5.0.5' } ``` -Or Maven: - -```xml - - com.github.bumptech.glide - glide - 5.0.5 - -``` - For info on using the bleeding edge, see the [Snapshots][17] docs page. R8 / Proguard