Update README.md

This commit is contained in:
oupson 2018-11-15 20:45:27 +01:00 committed by GitHub
parent 74702a6788
commit d554f4d828
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# Kapng-Android
# Kapng-Android
An android library to create or display apng
Exemple of apng :
@ -35,14 +35,14 @@ File("output file path").writeBytes(apngByteArray)
```
How to install :
Via jitpack
Via jitpack [![](https://jitpack.io/v/oupson/Kapng-Android.svg)](https://jitpack.io/#oupson/Kapng-Android)
```gradle
repositories {
maven { url "https://jitpack.io" }
}
dependencies {
implementation 'com.github.oupson:Kapng-Android:1.0.3'
implementation 'com.github.oupson:Kapng-Android:1.0.4'
}
```