Skip to content

Commit 1e77354

Browse files
committed
Version 1.3.1
1 parent 86c9b4a commit 1e77354

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.3.1] (2022-07-26)
4+
5+
* Fix concurrency issue with the bitmap field in GifDrawable.
6+
37
## [1.3.0] (2022-07-26)
48

59
* Fix paint dithering to use 565 for non transparent gifs.

buildSrc/src/main/kotlin/Publication.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Publication {
22
const val GROUP = "app.redwarp.gif"
3-
const val VERSION_CODE = 24 // Not necessary anymore, they are not used for libraries.
4-
const val VERSION_NAME = "1.3.0"
3+
const val VERSION_CODE = 25 // Not necessary anymore, they are not used for libraries.
4+
const val VERSION_NAME = "1.3.1"
55

66
object Pom {
77
const val URL = "https://github.com/redwarp/gifdecoder"

0 commit comments

Comments
 (0)