We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eeb433 commit 526a09bCopy full SHA for 526a09b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
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
9
## 0.5.0
10
_2020-07-14_
11
build.gradle
@@ -39,7 +39,7 @@ buildscript {
39
40
ext {
41
publishGroup = 'com.backbase.oss.deferredresources'
42
- libraryVersion = '0.6.0-SNAPSHOT'
+ libraryVersion = '0.5.1'
43
minSdk = 14
44
targetSdk = 29
45
buildToolsVersion = '29.0.3'
0 commit comments