Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghajari authored Aug 14, 2021
1 parent c933f88 commit 0012c30
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<br><b>AXrLottie</b> Renders animations<br>and vectors exported in the bodymovin JSON format
<br><a href="https://github.com/Aghajari/AXrLottie">GitHub</a> • <a href="https://github.com/Aghajari/AXrLottie/releases">Releases</a>
<br><br><img width="40" alt="LCoders | AmirHosseinAghajari" src="https://user-images.githubusercontent.com/30867537/90538314-a0a79200-e193-11ea-8d90-0a3576e28a18.png"><br><img width="250" alt="picker" src="https://github.com/Samsung/rlottie/raw/master/.Gifs/logo.png">

[![Platform](https://img.shields.io/badge/platform-android-green.svg)](http://developer.android.com/index.html)
[![API](https://img.shields.io/badge/API-16%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=16)
[![Maven Central](https://img.shields.io/maven-central/v/io.github.aghajari/AXrLottie.svg?label=Maven%20Central)](https://search.maven.org/artifact/io.github.aghajari/AXrLottie/1.2.0/aar)
[![Join the chat at https://gitter.im/Aghajari/community](https://badges.gitter.im/Aghajari/community.svg)](https://gitter.im/Aghajari/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
</div>


Expand Down Expand Up @@ -47,6 +52,12 @@ What is **AXrLottie**?
- [License](#license)

## Changelogs
**1.2.0 :**
- Moved from JCenter to mavenCenteral
- Synced with latest version of [rlottie](https://github.com/Samsung/rlottie)
- Some improvements & Bugs fixed


**1.1.0 :**
- New Optional library! [AXrLottieGlideDecoder](https://github.com/Aghajari/AXrLottie/wiki/AXrLottieGlideDecoder)
- SetDefaultOptions added to AXrLottie
Expand All @@ -55,19 +66,19 @@ What is **AXrLottie**?
[Other versions changelog](https://github.com/Aghajari/AXrLottie/wiki/Changelogs)

## Installation
AXrLottie is available in the JCenter, so you just need to add it as a dependency (Module gradle)
AXrLottie is available in the `mavenCenteral()`, so you just need to add it as a dependency (Module gradle)

Gradle
```gradle
implementation 'com.aghajari.rlottie:AXrLottie:1.1.0'
implementation 'io.github.aghajari:AXrLottie:1.2.0'
```

Maven
```xml
<dependency>
<groupId>com.aghajari.rlottie</groupId>
<groupId>io.github.aghajari</groupId>
<artifactId>AXrLottie</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit 0012c30

Please sign in to comment.