Skip to content

Commit ed85f0b

Browse files
committed
Release 1.3.0
1 parent 543cf7e commit ed85f0b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## 1.3.0
4+
_2021-02-19_
5+
6+
Add a number of `Parcelable` deferred types, such as `ParcelableDeferredText` and
7+
`ParcelableDeferredColor`. Ensure each concrete deferred type shipped in this library, such as
8+
`DeferredText.Constant` and `DeferredText.Resource`, implements a `Parcelable` parent interface.
9+
10+
`DeferredDrawable` and `DeferredTypeface` are the only types without `Parcelable` options, because
11+
their resolved types are also not `Parcelable`.
12+
313
## 1.2.1
414
_2021-01-16_
515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ buildscript {
3939

4040
ext {
4141
publishGroup = 'com.backbase.oss.deferredresources'
42-
libraryVersion = '1.3.0-SNAPSHOT'
42+
libraryVersion = '1.3.0'
4343
minSdk = 14
4444
targetSdk = 30
4545
buildToolsVersion = '30.0.2'

0 commit comments

Comments
 (0)