From e70f7d6c5ca9cb1ffd6d28fc34e6d648780abfa4 Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Tue, 24 Sep 2024 10:08:09 -0300 Subject: [PATCH 1/2] Version 4.2.2-rc1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 71a978bf1..6094309de 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'kotlin-android' apply from: 'spec.gradle' ext { - splitVersion = '4.2.1' + splitVersion = '4.2.2-rc1' } android { From 5522e17a8dd1dd152fdc6474a35071426040291a Mon Sep 17 00:00:00 2001 From: Gaston Thea Date: Wed, 25 Sep 2024 10:32:05 -0300 Subject: [PATCH 2/2] Version 4.2.2 --- CHANGES.txt | 3 +++ build.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0beced860..276f35747 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +4.2.2 (Sep 25, 2024) +- Fixed issue in updating archived feature flags when using encryption. + 4.2.1 (Sep 10, 2024) - Removed usage of Math.toIntExact to avoid issues with certain build configurations. diff --git a/build.gradle b/build.gradle index 6094309de..d7cf463c8 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'kotlin-android' apply from: 'spec.gradle' ext { - splitVersion = '4.2.2-rc1' + splitVersion = '4.2.2' } android {