Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aghajari authored Feb 4, 2021
1 parent ef2deff commit c31712f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,9 @@ What is **AXrLottie**?
- DynamicProperties added to AXrLottieProperty!
- Some improvements & Bugs fixed

**1.0.5 :**
**1.0.4, 1.0.5 :**
- FileExtension supports Local files now.
- GZipFileExtension added.

**1.0.4 :**
- Updated to the latest version of [rlottie](https://github.com/Samsung/rlottie) (Fix crash when path animation data is empty)
- LoadFromURL Bug fixed.
- Supportage for NetworkFetcher and FileExtension added.
Expand All @@ -76,15 +74,15 @@ AXrLottie is available in the JCenter, so you just need to add it as a dependenc

Gradle
```gradle
implementation 'com.aghajari.rlottie:AXrLottie:1.0.5'
implementation 'com.aghajari.rlottie:AXrLottie:1.0.6'
```

Maven
```xml
<dependency>
<groupId>com.aghajari.rlottie</groupId>
<artifactId>AXrLottie</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<type>pom</type>
</dependency>
```
Expand Down

0 comments on commit c31712f

Please sign in to comment.