Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Aug 7, 2021
1 parent 94a7b7d commit 309561f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
# Changelog

## [0.7.1] (2021-08-07)

- Memory optimization (free data from memory early).
- Get rid of the useless BitmapShader in the GifDrawable.

## [0.7.0] (2021-08-07)

- Update documentation
- Minor refactor (Point becomes Position)
- Upgrade Android Gradle Plugin to 7.0.0, and dependencies in general
- Update documentation.
- Minor refactor (Point becomes Position).
- Upgrade Android Gradle Plugin to 7.0.0, and dependencies in general.
- Deprecate setRepeatCount and getRepeatCount in the GifDrawable.

## [0.6.1] (2021-07-09)

- Upgrade gradle wrapper to 7.1.1
- Bump libraries, including AGP and kotlin
- Add a few comments there and there
- Change package of utility classes
- Upgrade gradle wrapper to 7.1.1.
- Bump libraries, including AGP and kotlin.
- Add a few comments there and there.
- Change package of utility classes.

## [0.6.0] (2021-05-15)

- Update kotlin to 1.5.0
- Update AGP to 4.2.1
- Update kotlin to 1.5.0.
- Update AGP to 4.2.1.

## [0.5.1] (2021-03-31)

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Publication.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Publication {
const val GROUP = "app.redwarp.gif"
const val VERSION_CODE = 12
const val VERSION_NAME = "0.7.0"
const val VERSION_CODE = 13
const val VERSION_NAME = "0.7.1"

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

0 comments on commit 309561f

Please sign in to comment.