We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae380e9 commit 7d7357cCopy full SHA for 7d7357c
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Optimizely Android X SDK Changelog
2
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
11
## 4.0.0
12
January 17th, 2024
13
README.md
@@ -33,7 +33,7 @@ repositories {
33
}
34
35
dependencies {
36
- implementation 'com.optimizely.ab:android-sdk:4.0.0'
+ implementation 'com.optimizely.ab:android-sdk:4.0.4'
37
38
```
39
@@ -151,4 +151,4 @@ License (Public Domain): [https://github.com/noveogroup/android-logger/blob/mast
151
152
- Ruby - https://github.com/optimizely/ruby-sdk
153
154
-- Swift - https://github.com/optimizely/swift-sdk
+- Swift - https://github.com/optimizely/swift-sdk
0 commit comments