From f7a388f43814f22b518bb7f064ce6b49260435d1 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Sun, 2 Jul 2023 16:05:46 +0600 Subject: [PATCH] start 2.1.2 --- CHANGELOG.md | 2 ++ gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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