File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
6
### 1.2.16
2
7
- Fixed setting color drawable from Java code - [ #606 ] ( https://github.com/koral--/android-gif-drawable/issue/606 )
3
8
- Fixed extraneous file descriptor closing - [ #600 ] ( https://github.com/koral--/android-gif-drawable/issue/600 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Bundled GIFLib via JNI is used to render frames. This way should be more efficie
21
21
Insert the following dependency to ` build.gradle ` file of your project.
22
22
``` groovy
23
23
dependencies {
24
- implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.16 '
24
+ implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.17 '
25
25
}
26
26
```
27
27
Note that Maven central repository should be defined eg. in top-level ` build.gradle ` like this:
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.2.17-SNAPSHOT
1
+ VERSION_NAME =1.2.17
2
2
GROUP =pl.droidsonroids.gif
3
3
4
4
POM_DESCRIPTION =Views and Drawable for displaying animated GIFs for Android
You can’t perform that action at this time.
0 commit comments