Skip to content

Commit ac8a2b7

Browse files
committed
Version 1.3.0
1 parent 3e269e4 commit ac8a2b7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [1.3.0] (2022-07-26)
4+
5+
* Fix paint dithering to use 565 for non transparent gifs.
6+
* Fix recycle of bitmaps, should behave nicer for memory.
7+
* Target kotlin 1.7.10
8+
39
## [1.2.0] (2022-06-13)
410

511
* Rewrite GifDrawable (again), it will now work properly on Android 12, and Android at large (Yup, was broken).

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 = 23 // Not necessary anymore, they are not used for libraries.
4-
const val VERSION_NAME = "1.2.0"
3+
const val VERSION_CODE = 24 // Not necessary anymore, they are not used for libraries.
4+
const val VERSION_NAME = "1.3.0"
55

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

0 commit comments

Comments
 (0)