Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tortuvshin authored Apr 11, 2019
1 parent 87c278b commit cdd6666
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ff361fd6661f4906bc2f582ab1a71399)](https://www.codacy.com/app/tortuvshin/slight?utm_source=github.com&utm_medium=referral&utm_content=intelligo-systems/slight&utm_campaign=Badge_Grade)
[![](https://jitpack.io/v/intelligo-systems/slight.svg)](https://jitpack.io/#intelligo-systems/slight)
![minSdkVersion](https://img.shields.io/badge/minSdkVersion-14-yellow.svg?style=true)
![compileSdkVersion](https://img.shields.io/badge/compileSdkVersion-26-green.svg?style=true)
![compileSdkVersion](https://img.shields.io/badge/compileSdkVersion-28-green.svg?style=true)

Easy, sample and flexible library for loading, caching and displaying images on Android.

Expand All @@ -19,7 +19,7 @@ allprojects {
}
dependencies {
compile 'com.github.intelligo-systems:slight:v1.1.2'
compile 'com.github.intelligo-systems:slight:1.1.3'
}
```

Expand All @@ -36,7 +36,7 @@ Or declare it into your `pom.xml`:
<dependency>
<groupId>com.github.intelligo-systems</groupId>
<artifactId>slight</artifactId>
<version>v1.1.2</version>
<version>1.1.3</version>
</dependency>
```

Expand Down

0 comments on commit cdd6666

Please sign in to comment.