File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Optimizely Android X SDK Changelog
2
2
3
3
4
+ ## 4.0.4
5
+ September 10th, 2024
6
+
7
+ ### Bug Fixes
8
+ * R8 configuration breaks Gson use at runtime ([ #493 ] ( https://github.com/optimizely/android-sdk/pull/493 ) ).
9
+
10
+
4
11
## 4.0.0
5
12
January 17th, 2024
6
13
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ repositories {
33
33
}
34
34
35
35
dependencies {
36
- implementation 'com.optimizely.ab:android-sdk:4.0.0 '
36
+ implementation 'com.optimizely.ab:android-sdk:4.0.4 '
37
37
}
38
38
```
39
39
@@ -151,4 +151,4 @@ License (Public Domain): [https://github.com/noveogroup/android-logger/blob/mast
151
151
152
152
- Ruby - https://github.com/optimizely/ruby-sdk
153
153
154
- - Swift - https://github.com/optimizely/swift-sdk
154
+ - Swift - https://github.com/optimizely/swift-sdk
You can’t perform that action at this time.
0 commit comments