Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Jul 22, 2020
1 parent 8eeb433 commit 526a09b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.5.1
_2020-07-22_

Update internal `DeferredColor.Resource` and `DeferredColor.Attribute` logic to resolve the default
color of color selector resources instead of crashing.

## 0.5.0
_2020-07-14_

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 = '0.6.0-SNAPSHOT'
libraryVersion = '0.5.1'
minSdk = 14
targetSdk = 29
buildToolsVersion = '29.0.3'
Expand Down

0 comments on commit 526a09b

Please sign in to comment.