Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Feb 19, 2021
1 parent 543cf7e commit ed85f0b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## 1.3.0
_2021-02-19_

Add a number of `Parcelable` deferred types, such as `ParcelableDeferredText` and
`ParcelableDeferredColor`. Ensure each concrete deferred type shipped in this library, such as
`DeferredText.Constant` and `DeferredText.Resource`, implements a `Parcelable` parent interface.

`DeferredDrawable` and `DeferredTypeface` are the only types without `Parcelable` options, because
their resolved types are also not `Parcelable`.

## 1.2.1
_2021-01-16_

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {

ext {
publishGroup = 'com.backbase.oss.deferredresources'
libraryVersion = '1.3.0-SNAPSHOT'
libraryVersion = '1.3.0'
minSdk = 14
targetSdk = 30
buildToolsVersion = '30.0.2'
Expand Down

0 comments on commit ed85f0b

Please sign in to comment.