Skip to content

Commit fd4d76a

Browse files
committed
Release 1.2.24
1 parent 3821161 commit fd4d76a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
<sup><sup>*Release notes were automatically generated by [Shipkit](http://shipkit.org/)*</sup></sup>
28

39
#### 1.2.23

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.23'
24+
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'
2525
}
2626
```
2727
Note that Maven central repository should be defined eg. in top-level `build.gradle` like this:

0 commit comments

Comments
 (0)