Skip to content

Commit 7202f5a

Browse files
committed
Release 1.2.31
1 parent 2e9e828 commit 7202f5a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 1.2.31
2+
- 2026-02-12 - [commits](https://github.com/koral--/android-gif-drawable/compare/v1.2.30...v1.2.31)
3+
- Remove Kotlin dependency from library module, fixes [(#866)](https://github.com/koral--/android-gif-drawable/issues/866), thanks @beigirad for reporting
4+
15
#### 1.2.30
26
- 2025-12-23 - [commits](https://github.com/koral--/android-gif-drawable/compare/v1.2.29...v1.2.30)
37
- Fix double close by removing redundant close(fd) call when createGifInfoFromFile fails, fixes [(#845)](https://github.com/koral--/android-gif-drawable/issues/845), thanks @bijai for reporting

README.md

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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ android.nonFinalResIds=false
44

55
GROUP=pl.droidsonroids.gif
66
POM_ARTIFACT_ID=android-gif-drawable
7-
VERSION_NAME=1.2.30
7+
VERSION_NAME=1.2.31
88

99
POM_NAME=android-gif-drawable
1010
POM_DESCRIPTION=Views and Drawable for displaying animated GIFs for Android

0 commit comments

Comments
 (0)