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 22b7fc0 commit a4d3d52Copy full SHA for a4d3d52
2 files changed
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# CHANGELOG
2
3
-### Snapshot
4
-_Not yet released in a stable build_
+## 1.2.0
+_2020-11-04_
5
6
-No snapshot updates since release 1.1.0.
+Introduce `DeferredDrawable.Attribute` to support drawable attribute resolution.
7
8
## 1.1.0
9
_2020-10-28_
build.gradle
@@ -37,7 +37,7 @@ buildscript {
37
38
ext {
39
publishGroup = 'com.backbase.oss.deferredresources'
40
- libraryVersion = '1.2.0-SNAPSHOT'
+ libraryVersion = '1.2.0'
41
minSdk = 14
42
targetSdk = 30
43
buildToolsVersion = '30.0.2'
0 commit comments