Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
<dependency>
<groupId>com.github.bumptech.glide</groupId>
<artifactId>glide</artifactId>
<version>5.0.5</version>
</dependency>
```

For info on using the bleeding edge, see the [Snapshots][17] docs page.

R8 / Proguard
Expand Down
Loading