Skip to content

Commit a4d3d52

Browse files
committed
Release 1.2.0
1 parent 22b7fc0 commit a4d3d52

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

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

3-
### Snapshot
4-
_Not yet released in a stable build_
3+
## 1.2.0
4+
_2020-11-04_
55

6-
No snapshot updates since release 1.1.0.
6+
Introduce `DeferredDrawable.Attribute` to support drawable attribute resolution.
77

88
## 1.1.0
99
_2020-10-28_

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildscript {
3737

3838
ext {
3939
publishGroup = 'com.backbase.oss.deferredresources'
40-
libraryVersion = '1.2.0-SNAPSHOT'
40+
libraryVersion = '1.2.0'
4141
minSdk = 14
4242
targetSdk = 30
4343
buildToolsVersion = '30.0.2'

0 commit comments

Comments
 (0)