Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhamilton committed Nov 4, 2020
1 parent 22b7fc0 commit a4d3d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# CHANGELOG

### Snapshot
_Not yet released in a stable build_
## 1.2.0
_2020-11-04_

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

## 1.1.0
_2020-10-28_
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ buildscript {

ext {
publishGroup = 'com.backbase.oss.deferredresources'
libraryVersion = '1.2.0-SNAPSHOT'
libraryVersion = '1.2.0'
minSdk = 14
targetSdk = 30
buildToolsVersion = '30.0.2'
Expand Down

0 comments on commit a4d3d52

Please sign in to comment.