Skip to content

Commit df309bb

Browse files
committed
Release 1.2.17
Update readme and changelog
1 parent 8ab1d48 commit df309bb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.2.17
2+
- Built-in ReLinker part replaced with complete ReLinker 1.3.1 - [#636](https://github.com/koral--/android-gif-drawable/issue/636)
3+
- Android Gradle plugin updated to 3.4.1
4+
- Gradle wrapper regenerated with 5.4.1
5+
16
### 1.2.16
27
- Fixed setting color drawable from Java code - [#606](https://github.com/koral--/android-gif-drawable/issue/606)
38
- Fixed extraneous file descriptor closing - [#600](https://github.com/koral--/android-gif-drawable/issue/600)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Bundled GIFLib via JNI is used to render frames. This way should be more efficie
2121
Insert the following dependency to `build.gradle` file of your project.
2222
```groovy
2323
dependencies {
24-
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16'
24+
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.17'
2525
}
2626
```
2727
Note that Maven central repository should be defined eg. in top-level `build.gradle` like this:

android-gif-drawable/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.2.17-SNAPSHOT
1+
VERSION_NAME=1.2.17
22
GROUP=pl.droidsonroids.gif
33

44
POM_DESCRIPTION=Views and Drawable for displaying animated GIFs for Android

0 commit comments

Comments
 (0)