File tree 2 files changed +7
-1
lines changed 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change
1
+ #### 1.2.24
2
+ - 2022-01-17 - [ commits] ( https://github.com/koral--/android-gif-drawable/compare/v1.2.23...v1.2.24 )
3
+ - Limit comment maximum length [ (#766 )] ( https://github.com/koral--/android-gif-drawable/pull/766 )
4
+ - Update dependency versions
5
+ - Update compile and target SDK to 31
6
+
1
7
<sup ><sup >* Release notes were automatically generated by [ Shipkit] ( http://shipkit.org/ ) * </sup ></sup >
2
8
3
9
#### 1.2.23
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.23 '
24
+ implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24 '
25
25
}
26
26
```
27
27
Note that Maven central repository should be defined eg. in top-level ` build.gradle ` like this:
You can’t perform that action at this time.
0 commit comments