Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghajari authored Oct 1, 2022
1 parent c391ad1 commit bb91fe2
Showing 1 changed file with 7 additions and 17 deletions.
24 changes: 7 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[![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.3.1/aar)
[![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.4.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 @@ -53,20 +53,10 @@ What is **AXrLottie**?
- [License](#license)

## Changelogs
**1.3.1 :**
- Loading native library on very old devices fixed (Hopefully) ([#15](https://github.com/Aghajari/AXrLottie/issues/15))
- [#16](https://github.com/Aghajari/AXrLottie/issues/16) Fixed

**1.2.0 :**
- Moved from JCenter to mavenCentral
- 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
- OnError,OnLoaded added to OnLottieLoaderListener
**1.4.0 :**
- Updated to the latest version of rlottie (1 Oct, 2022)
- [#20](https://github.com/Aghajari/AXrLottie/issues/20) Fixed
- [#19](https://github.com/Aghajari/AXrLottie/issues/19) Fixed

[Other versions changelog](https://github.com/Aghajari/AXrLottie/wiki/Changelogs)

Expand All @@ -75,15 +65,15 @@ AXrLottie is available in the `mavenCentral()`, so you just need to add it as a

Gradle
```gradle
implementation 'io.github.aghajari:AXrLottie:1.3.1'
implementation 'io.github.aghajari:AXrLottie:1.4.0'
```

Maven
```xml
<dependency>
<groupId>io.github.aghajari</groupId>
<artifactId>AXrLottie</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit bb91fe2

Please sign in to comment.