Skip to content

Commit 526a09b

Browse files
committed
Release 0.5.1
1 parent 8eeb433 commit 526a09b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 0.5.1
4+
_2020-07-22_
5+
6+
Update internal `DeferredColor.Resource` and `DeferredColor.Attribute` logic to resolve the default
7+
color of color selector resources instead of crashing.
8+
39
## 0.5.0
410
_2020-07-14_
511

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 = '0.6.0-SNAPSHOT'
42+
libraryVersion = '0.5.1'
4343
minSdk = 14
4444
targetSdk = 29
4545
buildToolsVersion = '29.0.3'

0 commit comments

Comments
 (0)