Skip to content

Commit

Permalink
Prepare for release 1.15.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ychescale9 committed Feb 26, 2021
1 parent 34ae7b1 commit 59350bf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Change Log

## Version 1.15.0

_2021-02-26_

* Breaking change: `activity.showKeyboard()` and `Activity.hideKeyboard(focusedView: View)` have been replaced with `Window.showSoftKeyboard()` and `Window.hideSoftKeyboard()` using the `WindowInsetsControllerCompat` APIs.
* Replace deprecated `systemUiVisibility` with `WindowInsetsControllerCompat`.
* Enable IR compiler.
* Kotlin 1.4.31.
* Coroutines 1.4.2.
* Update AndroidX and MDC.

## Version 1.14.1

_2020-09-14_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Dependencies are hosted on [Maven Central][maven-central].
Latest stable version:

```groovy
def blueprint_version = "1.14.1"
def blueprint_version = "1.15.0"
```

If you use **Kotlin Coroutines and Flow**:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=io.github.reactivecircus.blueprint
VERSION_NAME=1.15.0-SNAPSHOT
VERSION_NAME=1.15.0

POM_URL=https://github.com/reactivecircus/blueprint
POM_SCM_URL=https://github.com/reactivecircus/blueprint
Expand Down

0 comments on commit 59350bf

Please sign in to comment.