diff --git a/CHANGELOG.md b/CHANGELOG.md index e1b9da8..646d190 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 2.1.2 + ## 2.1.1 * `asFlowWithoutDelays` and `asTzFlowWithoutDelays` will have nullable `since` parameters with default to `null` diff --git a/gradle.properties b/gradle.properties index c635ba5..b4c772a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,5 +36,5 @@ androidx_work_version=2.8.1 ## Common -version=2.1.1 -android_code_version=28 +version=2.1.2 +android_code_version=29