We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c9b4a commit 1e77354Copy full SHA for 1e77354
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [1.3.1] (2022-07-26)
4
+
5
+* Fix concurrency issue with the bitmap field in GifDrawable.
6
7
## [1.3.0] (2022-07-26)
8
9
* Fix paint dithering to use 565 for non transparent gifs.
buildSrc/src/main/kotlin/Publication.kt
@@ -1,7 +1,7 @@
object Publication {
const val GROUP = "app.redwarp.gif"
- const val VERSION_CODE = 24 // Not necessary anymore, they are not used for libraries.
- const val VERSION_NAME = "1.3.0"
+ const val VERSION_CODE = 25 // Not necessary anymore, they are not used for libraries.
+ const val VERSION_NAME = "1.3.1"
object Pom {
const val URL = "https://github.com/redwarp/gifdecoder"
0 commit comments