File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely Android X SDK Changelog
2
2
3
+ ## 4.0.0-beta3
4
+ September 20th, 2023
5
+
6
+ ### Bug Fixes
7
+ * support arbitrary client names to be included in logx and odp events. ([ #459 ] ( https://github.com/optimizely/android-sdk/pull/459 ) ).
8
+ * Added catch block to capture resource not found exception. ([ #460 ] ( https://github.com/optimizely/android-sdk/pull/460 ) ).
9
+
10
+ ### Functionality Enhancements
11
+ - Update Github Issue Templates ([ #461 ] ( https://github.com/optimizely/android-sdk/pull/461 ) )
12
+
13
+
3
14
## 4.0.0-beta2
4
15
May 8th, 2023
5
16
Original file line number Diff line number Diff line change 70
70
build_tools_version = " 30.0.3"
71
71
min_sdk_version = 21
72
72
target_sdk_version = 33
73
- java_core_ver = " 4.0.0-beta "
73
+ java_core_ver = " 4.0.0-beta2 "
74
74
android_logger_ver = " 1.3.6"
75
75
jacksonversion= " 2.11.2"
76
76
annotations_ver = " 1.2.0"
You can’t perform that action at this time.
0 commit comments