Skip to content

Commit

Permalink
Version 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gthea committed Sep 25, 2024
1 parent e70f7d6 commit 5522e17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ apply plugin: 'kotlin-android'
apply from: 'spec.gradle'

ext {
splitVersion = '4.2.2-rc1'
splitVersion = '4.2.2'
}

android {
Expand Down

0 comments on commit 5522e17

Please sign in to comment.