File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ buildscript {
3939
4040ext {
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'
You can’t perform that action at this time.
0 commit comments